-
Notifications
You must be signed in to change notification settings - Fork 33
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
Tensorflow version #3
Comments
Hello, you can check #2 for a working configuration. |
Thank you for your reply. Nevertheless, Training the model for MNIST+GAN, I get this error: I tensorflow/stream_executor/dso_loader.cc:128] successfully opened CUDA library libcublas.so locally
I tensorflow/stream_executor/dso_loader.cc:128] successfully opened CUDA library libcudnn.so locally
I tensorflow/stream_executor/dso_loader.cc:128] successfully opened CUDA library libcufft.so locally
I tensorflow/stream_executor/dso_loader.cc:128] successfully opened CUDA library libcuda.so.1 locally
I tensorflow/stream_executor/dso_loader.cc:128] successfully opened CUDA library libcurand.so locally
2017-05-19 11:30:54 [INFO] Train batch size is 16 and validation batch size is 16
2017-05-19 11:30:54 [INFO] Training epochs to be completed for each validation : 1
2017-05-19 11:30:54 [INFO] Training epochs to be completed before taking a snapshot : 1.0
2017-05-19 11:30:54 [INFO] Model weights will be saved as snapshot_<EPOCH>_Model.ckpt
Traceback (most recent call last):
File "/home/afromero/DIGITS-GAN/digits/tools/tensorflow/main.py", line 707, in <module>
tf.app.run()
File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/platform/app.py", line 43, in run
sys.exit(main(sys.argv[:1] + flags_passthrough))
File "/home/afromero/DIGITS-GAN/digits/tools/tensorflow/main.py", line 469, in main
exec(open(path_network).read(), globals())
File "<string>", line 446
SyntaxError: 'return' outside function |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
What TF version matches with this implementation?
I ask this because I run the MNIST+LeNet tutorial in TF instead of caffe and I got some errors.
It is what I did:
Ok. Then,
At this point I'm not able to run without getting an error.
I suspect that:
Latest TF version needs
protobuf 3.3.0
This DIGITS version runs
protobuf-2.6.1
Any advice?
I'm running on Ubuntu 16
Thank you!
The text was updated successfully, but these errors were encountered: