-
Notifications
You must be signed in to change notification settings - Fork 162
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
[83] Example to run a deep learning demo #99
base: master
Are you sure you want to change the base?
Conversation
print('Downloading the model...') | ||
dataset_utils.download_and_uncompress_tarball(url, checkpoints_dir) | ||
|
||
#### TEST TO REMOVE |
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.
remove?
hey, i was also trying to achieve this, from the official example code, so there is no notion of |
just answering my own question, |
so i ported one without the |
This PR contains a script that runs a deep learning example. This only works with TFrames 0.2.8+
TODO: Note that this requires tf-slim to work. Since tf-slim is not properly packaged, this requires some extra installation instructions to properly work.