Closed ceciliaAI closed 5 years ago
I used your code to train my own dataset. Now I want to load the trained model for fine-tuning. The currently saved model has models of .index and .data types. How to load it?
use tf.train.Saver, you can read tensorflow api for more infos
I used your code to train my own dataset. Now I want to load the trained model for fine-tuning. The currently saved model has models of .index and .data types. How to load it?