-
Notifications
You must be signed in to change notification settings - Fork 606
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
upgrade pytohn2 to python3 and TF working with GPU #85
base: master
Are you sure you want to change the base?
Conversation
…(encode('utf-8'))
Fix failed to get convolution algorithm by adding allow_growth: tensorflow/tensorflow#24828
Hello Sothana, Thanks for these commits, I tried to use these files and getting the following error when I run following command: bash run.sh -i samples/test -o /tmp/output -c /tmp/output/results.csv: Versions:
Could you please let me know how to resolve the error. Thanks in Advance, Regards |
Hi, I tried using the following to over come the issue, Could you please confirm whether this solution is recommended? import tensorflow.compat.v1 as tf Regards |
Future