pythonlessons / mltu

Machine Learning Training Utilities (for TensorFlow and PyTorch)
MIT License
160 stars 100 forks source link

Update import code in model.py #18

Closed sleipnir029 closed 1 year ago

sleipnir029 commented 1 year ago

instead of importing "residual_block" from "mltu.tensorflow.model_utils", it needs to be imported from "mltu.model_utils"

pythonlessons commented 1 year ago

with mltu 0.1.7 release tensorflow and pytorch were separated, so mltu.tensorflow.model_utils is correct path