alexander-pv / maskrcnn_tf2

Mask R-CNN for object detection and instance segmentation with Keras and TensorFlow V2 and ONNX and TensorRT optimization support.
Other
40 stars 11 forks source link

There isn't .ckpt file #21

Open ammarmuflih opened 2 years ago

ammarmuflih commented 2 years ago

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

prayagpawar commented 1 year ago

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?