galeone / dynamic-training-bench

Simplify the training and tuning of Tensorflow models
Mozilla Public License 2.0
213 stars 31 forks source link

pip install old not working version of the software (version installed 0.7.3) #21

Closed pierlui92 closed 6 years ago

pierlui92 commented 6 years ago

System information TensorFlow version: 1.5 Python version: 3.5 CUDA/cuDNN version: CUDA 9.0, CuDNN 7

Command to reproduce: Install dytb through pip import dytb

Error:

Traceback (most recent call last):
File "CNNANGLESPECIFIC.py", line 14, in <module>
   from dytb.models.utils import variables_to_restore
   File "/home/pier/piervenv/local/lib/python3.5/site-packages/dytb/models/utils.py", line 12, in <module>>     from .collections import MODEL_SUMMARIES, REQUIRED_NON_TRAINABLES
 ImportError: cannot import name 'MODEL_SUMMARIES'
galeone commented 6 years ago

Thank you for reporting this: fixed. (It was some strange cache issues when building the wheel)