tensorflow :can't find the trained model | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

tensorflow :can't find the trained model

I can't solve the problem. My code always report ValueError:Could not find trained model in model_dir。 Any suggestion would be appreciated.

26th Mar 2018, 3:28 PM
chaojimali666
1 Answer
+ 2
Did you copy and/or move the directory containing the checkpoints and the checkpoint file? If so, you need to edit model/checkpoint and correct the absolute paths listed
29th Mar 2018, 5:01 AM
Maninder $ingh
Maninder $ingh - avatar