I used saver=tf.train.Saver()
to save the model that I trained, and I get three kinds of files named:
- .ckpt.meta
- .ckpt.index
- .ckpt.data
And a file called:
What is the connection with the .ckpt file?
I saw someone saved model with only .ckpt file, I don't know how to make it.
How can I save model as a .pb file?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…