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
Traceback (most recent call last):
File "train.py", line 8, in
from model import DeepLab
File "C:\Users\DGRE\DeepLab-V3\model.py", line 6, in
from feature_extractor import MobileNet, Resnet, Vgg16
File "C:\Users\DGRE\DeepLab-V3\feature_extractor.py", line 2, in
from nets import resnet_v2
File "C:\Users\DGRE\DeepLab-V3\nets\resnet_v2.py", line 55, in
from nets import resnet_utils
File "C:\Users\DGRE\DeepLab-V3\nets\resnet_utils.py", line 43, in
slim = tf.contrib.slim
AttributeError: module 'tensorflow' has no attribute 'contrib'
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "train.py", line 8, in
from model import DeepLab
File "C:\Users\DGRE\DeepLab-V3\model.py", line 6, in
from feature_extractor import MobileNet, Resnet, Vgg16
File "C:\Users\DGRE\DeepLab-V3\feature_extractor.py", line 2, in
from nets import resnet_v2
File "C:\Users\DGRE\DeepLab-V3\nets\resnet_v2.py", line 55, in
from nets import resnet_utils
File "C:\Users\DGRE\DeepLab-V3\nets\resnet_utils.py", line 43, in
slim = tf.contrib.slim
AttributeError: module 'tensorflow' has no attribute 'contrib'
The text was updated successfully, but these errors were encountered: