-
Notifications
You must be signed in to change notification settings - Fork 356
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
docs: apply our own best practices in tutorials [DET-3800] #1054
docs: apply our own best practices in tutorials [DET-3800] #1054
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to update: https://docs.determined.ai/latest/tutorials/native-tf-keras/tf_keras_native_dtrain.html#sphx-glr-tutorials-native-tf-keras-tf-keras-native-dtrain-py to match this also. May want to add text about tempfile there also.
The document you linked to is a generated file via the sphinx gallery plugin (see docs/conf.py). |
* fix: formatting and removed echo * updated docs and fixed slurmcluster issue * chore: refactored to use case * fix: added error checking to generatetfvars.sh and updated documentation * fix: added time type to error output
* fix: formatting and removed echo * updated docs and fixed slurmcluster issue * chore: refactored to use case * fix: added error checking to generatetfvars.sh and updated documentation * fix: added time type to error output
* fix: formatting and removed echo * updated docs and fixed slurmcluster issue * chore: refactored to use case * fix: added error checking to generatetfvars.sh and updated documentation * fix: added time type to error output
* fix: formatting and removed echo * updated docs and fixed slurmcluster issue * chore: refactored to use case * fix: added error checking to generatetfvars.sh and updated documentation * fix: added time type to error output
* fix: formatting and removed echo * updated docs and fixed slurmcluster issue * chore: refactored to use case * fix: added error checking to generatetfvars.sh and updated documentation * fix: added time type to error output
…mined-ai#1054) * fix: formatting and removed echo * updated docs and fixed slurmcluster issue * chore: refactored to use case * fix: added error checking to generatetfvars.sh and updated documentation * fix: added time type to error output
Description
In addition to downloading to non-unique places, we were downloading before submitting the experiment, which is wrong by itself.
This fixes an broken test.
Test Plan
Still passes tests.