forked from tensorflow/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: 655222873
PiperOrigin-RevId: 655664766
Make names sortable.
PiperOrigin-RevId: 673591318
… and removed outputs from the notebook
PiperOrigin-RevId: 673915278
PiperOrigin-RevId: 674988489
PiperOrigin-RevId: 674989522
…fhub-models-uncompressed bucket. PiperOrigin-RevId: 679028007
PiperOrigin-RevId: 681508059
Signed-off-by: Tsai, Louie <[email protected]>
PiperOrigin-RevId: 684927870
PiperOrigin-RevId: 685572827
PiperOrigin-RevId: 686262704
PiperOrigin-RevId: 688216101
PiperOrigin-RevId: 689935512
PiperOrigin-RevId: 690771212
PiperOrigin-RevId: 691072187
PiperOrigin-RevId: 698150339
PiperOrigin-RevId: 698201896
PiperOrigin-RevId: 698202297
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )