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
{{ message }}
This repository was archived by the owner on Mar 19, 2024. It is now read-only.
I've been looking for a way to calculate loss on a kind of test set on a trained model.
The idea is to evaluate if adding general data is better for my model or not i.e. I have two training dataset A and B and a test-set T, I would like to train a model based on A, and on A+B and see if this data augmentation improves the model.