I was restoring a saved model in Tensorflow 1.5 when I was getting the error below.
DataLossError (see above for traceback): Unable to open table file …: Data loss: not an sstable (bad magic number):
Checkpoint v2 saves the checkpoint as 3 files (*.data-00000-of-00001, *.index, *.meta). So when restoring the checkpoint remove the extension and just use the filename *.ckpt
I love technology and business but I get really excited when both intersect in interesting ways. Having been both a product manager and a product marketer, I am on assignment meeting developers from around the world to see how we can help.
All opinions written here are my own.
View all posts by Orville McDonald
Thanks! Helped me solve my problem 🙂