Can I provide the weights of the trained model?
Closed this issue · 4 comments
ztx991028 commented
Can I provide the weights of the trained model?
aofrancani commented
Sure, I'd love to see that! My trained models are in https://github.com/aofrancani/TSformer-VO#2-pre-trained-models
Tks.
ztx991028 commented
Whether you can provide a model that you have already trained, not a pre-trained model.
aofrancani commented
oh right, I sent the link with the weights of the trained models, and you could use them as pre-training. You just have to give the checkpoint path to load it properly.
Set the checkpoint path here: https://github.com/aofrancani/TSformer-VO/blob/main/train.py#L177
Also, see how I'm loading the checkpoint. If it is not "None", it will load the corresponding weights: https://github.com/aofrancani/TSformer-VO/blob/main/build_model.py#L82
ztx991028 commented
great!