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
2020-03-01 23:00:07.833275: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library cudart64_101.dll
Traceback (most recent call last):
File "train.py", line 48, in
from tensorflow.contrib import framework as contrib_framework
File "C:\Users\Lab Visual I\Anaconda3\envs\tensorflow_gpu\lib\site-packages\tensorflow\contrib_init_.py", line 27, in
from tensorflow.contrib import checkpoint
File "C:\Users\Lab Visual I\Anaconda3\envs\tensorflow_gpu\lib\site-packages\tensorflow\contrib\checkpoint_init_.py", line 37, in
from tensorflow.contrib.checkpoint.python.containers import UniqueNameTracker
File "C:\Users\Lab Visual I\Anaconda3\envs\tensorflow_gpu\lib\site-packages\tensorflow\contrib\checkpoint\python\containers.py", line 20, in
from tensorflow.python.training.checkpointable import base as checkpointable_lib
ModuleNotFoundError: No module named 'tensorflow.python.training.checkpointable'
Description of the issue (what needs to be changed):
i really dont know how to fix it, i had searched on github and got nothing.
The text was updated successfully, but these errors were encountered:
@inskaf I faced the same issue.
It seems TensorFlow pushed a new update 0.8.0 which is breaking this thing.
I set up my project in a machine 2 days ago, it had 0.7.0, and it is working perfectly.
So downgrade to 0.7.0 for now as for my suggestion.
Is this still an issue. Can you please confirm if @shadylpstan 's workaround is working for you.Please, see this link and see if it helps you.Please, close this thread if your issue was resolved.Thanks!
---Original---
From: "ravikyram"<[email protected]>
Date: Fri, May 15, 2020 19:07 PM
To: "tensorflow/models"<[email protected]>;
Cc: "Subscribed"<[email protected]>;
Subject: Re: [tensorflow/models] ModuleNotFoundError: No module named 'tensorflow.python.training.checkpointable' (#8222)
@inskaf
Is this still an issue. @shadylpstan Can you please confirm if @shadylpstan 's workaround is working for you.Please, see this link and see if it helps you.Thanks!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Automatically closing due to lack of recent activity. Please update the issue when new information becomes available, and we will reopen the issue. Thanks!
Documentation URL(s) with the issue:
when i start training using this command
python train.py --logtostderr --train_dir=training/ --pipeline_config_path=training/faster_rcnn_resnet101_voc07.config
and get respond something like this
2020-03-01 23:00:07.833275: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library cudart64_101.dll
Traceback (most recent call last):
File "train.py", line 48, in
from tensorflow.contrib import framework as contrib_framework
File "C:\Users\Lab Visual I\Anaconda3\envs\tensorflow_gpu\lib\site-packages\tensorflow\contrib_init_.py", line 27, in
from tensorflow.contrib import checkpoint
File "C:\Users\Lab Visual I\Anaconda3\envs\tensorflow_gpu\lib\site-packages\tensorflow\contrib\checkpoint_init_.py", line 37, in
from tensorflow.contrib.checkpoint.python.containers import UniqueNameTracker
File "C:\Users\Lab Visual I\Anaconda3\envs\tensorflow_gpu\lib\site-packages\tensorflow\contrib\checkpoint\python\containers.py", line 20, in
from tensorflow.python.training.checkpointable import base as checkpointable_lib
ModuleNotFoundError: No module named 'tensorflow.python.training.checkpointable'
Description of the issue (what needs to be changed):
i really dont know how to fix it, i had searched on github and got nothing.
The text was updated successfully, but these errors were encountered: