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?
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_datasetit is running everything from scratch.
How can I train fine tune the current model?