When I try to train for first time i got the .ckpt file at ...logs/scalar/ and when i try to train for second time there isn't the .ckpt file, just there's ckpt.index and data-00001-of-00002.
and training log say "saving model to ../logs/scalars/..." but when i check there isn't the .ckpt file
i tried with python 3.7.15 ,tensorflow 2.2.0 works fine for me.Also generates ckpt file in logs /scalar index as checkpoint and data as model. provide more details for help?
When I try to train for first time i got the .ckpt file at ...logs/scalar/ and when i try to train for second time there isn't the .ckpt file, just there's ckpt.index and data-00001-of-00002.
and training log say "saving model to ../logs/scalars/..." but when i check there isn't the .ckpt file
i use Tensorflow 2.2.0 and Python 3.7