You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to fine tune the current pre-trained model i.e. model.pt.
The problem is that when I am trying to run following line of code python train.py --data_dir dataset/training_dataset
it is running everything from scratch.
How can I train fine tune the current model?
The text was updated successfully, but these errors were encountered:
I am trying to fine tune the current pre-trained model i.e. model.pt.
The problem is that when I am trying to run following line of code
python train.py --data_dir dataset/training_dataset
it is running everything from scratch.
How can I train fine tune the current model?
The text was updated successfully, but these errors were encountered: