Closed yuanfresa closed 7 years ago
Hey, seems like you are referring to a specific piece of code. It would be difficult to answer this without full context. Usually, you want to save any output models, checkpoints to /output
path. Later you can use that output in your next project as a datset. See this document. If you are more questions please email support@floydhub.com.
This issue is about < Save the output
saver.save(sess, "checkpoints/i{}_l{}.ckpt".format(counter, lstm_size))
Could you explain how to save ".ckpt" ?