Open anvuongb opened 3 years ago
I just completed finetuning process on my own dataset and I'm having problem using the checkpoint file generated by the code.
If I tried to use checkpoints.load() it will throw exception.
checkpoints.load()
If I tried load_pretrained() I don't know how to set the init params.
load_pretrained()
Am I missing anything?
Did you have a look at our Colabs
You can see example code there how to use checkpoint.load()
checkpoint.load()
I just completed finetuning process on my own dataset and I'm having problem using the checkpoint file generated by the code.
If I tried to use
checkpoints.load()
it will throw exception.If I tried
load_pretrained()
I don't know how to set the init params.Am I missing anything?