AimeeKing / crnn-tensorflow

This software implements the Convolutional Recurrent Neural Network (CRNN) in tensorflow
53 stars 25 forks source link

No module named deployment #5

Open twinsyssy1018 opened 7 years ago

twinsyssy1018 commented 7 years ago

hi, there is an error when runing train_XX.py . no such file contains 'deployment ' module

LOOKCC commented 6 years ago

you can find the model_deploy.py which used here 'from deployment import model_deploy' in this link : https://github.com/tensorflow/models/blob/master/research/slim/deployment/model_deploy.py @twinsyssy1018