Closed YHYeooooong closed 3 years ago
@saxenasaurabh
I also have the same issue and I would like to ask whether you have solved it.
Thank you!
I remember seeing this error once. I assume that the following files exist under the simclr_tf2_pretrain
folder:
Can you try to pass the path as --checkpoint=./trained_model/simclr_tf2_pretrain/ckpt-6250
? I think this should mitigate the error.
I remember seeing this error once. I assume that the following files exist under the
simclr_tf2_pretrain
folder:
- checkpoint
- ckpt-6250.data-00000-of-00001
- ckpt-6250.index
Can you try to pass the path as
--checkpoint=./trained_model/simclr_tf2_pretrain/ckpt-6250
? I think this should mitigate the error.
can you also please confirm the directory contents of the --model_dir
Hi, thank you so much for sharing your work! I wanted to ask questions about fine-tuning with tf2 codes. I have been trying to save pretrain model with linear eval. I've run these two commands one after the other:
and
But It gives me following error :
I try to add
/checkpoint
or/ckpt-6250.data-00000-of-00001
end of--checkpoint=./trained_model/simclr_tf2_pretrain
, but it comes up with similar error. Could you please give me some guidance on how to solve this problem or another way to save pretrained models? Thank you for your time and kind help!