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
One last question Saafke,
when we train a network from scratch we train it with the 91-images datasets.When we have to fine-tune it we have to train the network with general 100 dataset and with 91 images dataset or only with general-100 dataset?
The text was updated successfully, but these errors were encountered:
In the original paper and my code, we only use the general-100 dataset for finetuning. During the finetuning stage, the learning-rate is halfed (compared to the training stage).
But you raise a valid point, you could actually use both datasets during finetuning! Why don't you try out, and see which strategy works better? :)
One last question Saafke,
when we train a network from scratch we train it with the 91-images datasets.When we have to fine-tune it we have to train the network with general 100 dataset and with 91 images dataset or only with general-100 dataset?
The text was updated successfully, but these errors were encountered: