Thank You. I tried code below:
and result was the error:
" File “C:\ProgramData\Anaconda3\lib\site-packages\tensorflow\python\training\py_checkpoint_reader.py”, line 44, in error_translator
raise errors_impl.DataLossError(None, None, error_message)
tensorflow.python.framework.errors_impl.DataLossError: Unable to open table file G:\PycharmProject\Ancient_Greek_BERT\model_uncased_L-12_H-512_A-12\model.ckpt-500000.data-00000-of-00001: Data loss: not an sstable (bad magic number): perhaps your file is in a different file format and you need to use a different restore operator?
"
I have no idea how to modify my code, because error description isn’t clear for me.
Peter
