Closed JamesDConley closed 3 years ago
the utils.checkpoint.save saves in .tf format while utils.checkpoint.load expects .h5 format. Is there another way to save/load a model?
I am currently working with checkpointing, but I ve been a bit busy this days. In the following days, I'll try to implement a consistent checkpoint API
Thank you!
the utils.checkpoint.save saves in .tf format while utils.checkpoint.load expects .h5 format. Is there another way to save/load a model?