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
(myenv1) D:\1Downloads\Emojinator-master (1)\Emojinator-master\Emojinator_V2>python Emojinator_V2.py
2021-11-24 15:52:31.974645: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library cudart64_101.dll
Traceback (most recent call last):
File "Emojinator_V2.py", line 1, in
from utils import detector_utils as detector_utils
File "D:\1Downloads\Emojinator-master (1)\Emojinator-master\Emojinator_V2\utils\detector_utils.py", line 28, in
label_map = label_map_util.load_labelmap(PATH_TO_LABELS)
File "D:\1Downloads\Emojinator-master (1)\Emojinator-master\Emojinator_V2\utils\label_map_util.py", line 116, in load_labelmap
with tf.gfile.GFile(path, 'r') as fid:
AttributeError: module 'tensorflow' has no attribute 'gfile'
The text was updated successfully, but these errors were encountered:
shanky1947
changed the title
Error in Emojinator_V2.py
Error in Emojinator_V2.py (label_map_util.py)
Nov 24, 2021
(myenv1) D:\1Downloads\Emojinator-master (1)\Emojinator-master\Emojinator_V2>python Emojinator_V2.py
2021-11-24 15:52:31.974645: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library cudart64_101.dll
Traceback (most recent call last):
File "Emojinator_V2.py", line 1, in
from utils import detector_utils as detector_utils
File "D:\1Downloads\Emojinator-master (1)\Emojinator-master\Emojinator_V2\utils\detector_utils.py", line 28, in
label_map = label_map_util.load_labelmap(PATH_TO_LABELS)
File "D:\1Downloads\Emojinator-master (1)\Emojinator-master\Emojinator_V2\utils\label_map_util.py", line 116, in load_labelmap
with tf.gfile.GFile(path, 'r') as fid:
AttributeError: module 'tensorflow' has no attribute 'gfile'
The text was updated successfully, but these errors were encountered: