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
@lannguyen0910
How can I train the model on my custom dataset (number of classes: 2504) using the pre-train weights (number of classes: 751 for market).
I came across a method of removing the last or fully connected layer before loading the weights and then adding the fully connected layer (with desired num_classes) but wasn't able to implement it.
Could you please help in implementing the same?
Thanks and regards.
The text was updated successfully, but these errors were encountered:
ankurguria
changed the title
Train on custom dataset
Train on custom dataset (with more no. of classes)
Oct 8, 2021
@lannguyen0910
How can I train the model on my custom dataset (number of classes: 2504) using the pre-train weights (number of classes: 751 for market).
I came across a method of removing the last or fully connected layer before loading the weights and then adding the fully connected layer (with desired num_classes) but wasn't able to implement it.
Could you please help in implementing the same?
Thanks and regards.
The text was updated successfully, but these errors were encountered: