hello. While I run this code,
I'can't load test checkpoint file you uploaded.
It doesn't use tensorflow but, it is saved .ckpt file extension.
How to do it?
Even though the file extension is .ckpt, it is actually a PyTorch checkpoint and can not be directly used in Tensorflow.
I used this line to load the checkpoint in PyTorch.
hello. While I run this code, I'can't load test checkpoint file you uploaded. It doesn't use tensorflow but, it is saved .ckpt file extension. How to do it?