Open rainylt opened 3 years ago
If we don't use validation and don't calculate accuracy during training, how can we know when to stop and how it performs in the training set, and whether it has overfitted? Just stare at the loss?
With baseline, we cannot afford to train a linear classifier (the last layer) everytime we do a validation.
However with protonets, validation is just inference. That's why
If we don't use validation and don't calculate accuracy during training, how can we know when to stop and how it performs in the training set, and whether it has overfitted? Just stare at the loss?