You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe this training script only works with tensorflow 1.x so just noting that we should test / upgrade for compatibility with tensorflow 2.0 at some point.
The text was updated successfully, but these errors were encountered:
One possible workaround would be using Docker image with Tensorflow 1.15.4 and Python 2:
docker run -it -v /home/user1/project1:/project1 -u user1 tensorflow/tensorflow:1.15.4
Change /home/user1/project1 to the directory with files you would like to access in container. The directory in the container, /project1, might be changed too.
The user user1 must be changed to your own user name. The user option -u user1 might be left out completely, but then the files created in the container will belong to the user root.
I believe this training script only works with tensorflow 1.x so just noting that we should test / upgrade for compatibility with tensorflow 2.0 at some point.
The text was updated successfully, but these errors were encountered: