Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from tensorflow:master #7

Merged
merged 94 commits into from
Dec 20, 2024
Merged

Conversation

pull[bot]
Copy link

@pull pull bot commented Jul 24, 2024

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

Mikhaylov-yv and others added 28 commits November 12, 2023 16:54
bug fix
ValueError: Multi-dimensional indexing (e.g. `obj[:, None]`) is no longer supported. Convert to a numpy array before indexing instead.
Re-making this commit after updating my Google CLA and GitHub email settings.
This file had inconsistent use of the colon marker when referring to code. Some sentences ended with the colon (":") while others had no punctuation mark.

 - Added a colon after "add a line like the following to ~/.bashrc"
 - Added a colon after "downloading the models locally with"
 - Added a colon after “cache location with code like”

So now the file is consistent with lines that end like:

 - “through the Colab host:”
 - “workarounds for this situation:”
Specify additional steps to utilize GPU for Linux users
Advice to skip additional step 6 if using CPU.
Added second option to create virtual env via Python's built in venv module for Linux users with CUDA-enabled GPUs
Added virtual envs activation/deactivation commands and changed wording for editing the deactivate block in the activate script of the venv virtual env.
Added instructions to resolve the ptxas issue.
Revised CUDNN_DIR definition
Corrected LD_LIBRARY_PATH definition in conda environment instructions
Rename environment variable to PTXAS_DIR and package manager options.
Added note to use pip instead of conda to install TensorFlow.
the command to install pip install tensorflow[and-cuda] is not working. The pip install 'tensorflow[and-cuda]' works.
Removed option to install within conda virtual environment. Recommendation to install in venv environment.
Replaced instructions to modify default activate/deactivate scripts with instructions to create symlinks to NVIDIA shared libraries and ptxas.
As currently written, the one-hot encoding step leaves the user with boolean dummy values that cause errors later in the tutorial as presently written, when passing the np.array() argument to Normalization.adapt().  The values need to be cast to a numerical type (e.g., int) either at the one-hot encoding step or the adapt() step.
Change the verbiage slightly to include
reference to the Tensor docs and note
the nature of the object needing uniform
data types.
Revised the step with instructions to configure the virtual environment variables for GPU users by adding a disclaimer.
Deleted asterisk emoji and placed disclaimer note before respective instructions.
PiperOrigin-RevId: 655664766
@pull pull bot added the ⤵️ pull label Jul 24, 2024
MarkDaoust and others added 29 commits September 11, 2024 15:23
PiperOrigin-RevId: 673915278
…fhub-models-uncompressed bucket.

PiperOrigin-RevId: 679028007
PiperOrigin-RevId: 684927870
PiperOrigin-RevId: 686262704
PiperOrigin-RevId: 689935512
PiperOrigin-RevId: 698150339
PiperOrigin-RevId: 698201896
PiperOrigin-RevId: 698202297
@pull pull bot merged commit bbc0b9c into allenxie:master Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.