tensorflow-deeplab-v3 icon indicating copy to clipboard operation
tensorflow-deeplab-v3 copied to clipboard

Error running train.py

Open ItsCRC opened this issue 5 years ago • 0 comments

When I run the command: python train.py --model_dir MODEL_DIR --pre_trained_model PRE_TRAINED_MODEL, where MODEL_DIR=model and PRE_TRAINED_MODEL=pre_trained_model. The error pops out and says: Couldn't find the checkpoint file or checkpoints in the given directory 'pre_trained_model'.

I have checkpoints in 'model' dir and resnet in 'pre_trained_model' as said in the setup section. How to solve this????

ItsCRC avatar Nov 13 '20 08:11 ItsCRC