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
File "/opt/project/learners/uniform_quantization/learner.py", line 92, in init
self.__build_train() # for train
File "/opt/project/learners/uniform_quantization/learner.py", line 193, in __build_train
images.set_shape((FLAGS.batch_size, images.shape[1], images.shape[2],
AttributeError: 'dict' object has no attribute 'set_shape'
怎么修改尼
The text was updated successfully, but these errors were encountered:
File "/opt/project/learners/uniform_quantization/learner.py", line 92, in init
self.__build_train() # for train
File "/opt/project/learners/uniform_quantization/learner.py", line 193, in __build_train
images.set_shape((FLAGS.batch_size, images.shape[1], images.shape[2],
AttributeError: 'dict' object has no attribute 'set_shape'
怎么修改尼
The text was updated successfully, but these errors were encountered: