floydhub / floyd-docs

FloydHub's documentation code. Contributions welcome!
https://docs.floydhub.com/
63 stars 65 forks source link

How to save the checkpoint file #13

Closed yuanfresa closed 7 years ago

yuanfresa commented 7 years ago

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" ?

narenst commented 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.