Modification du early stopping (sur test data...)

This commit is contained in:
Harle, Antoine (Contracteur) 2019-11-13 12:03:54 -05:00
parent bc8e5f2817
commit 198fb06065
3 changed files with 15 additions and 19 deletions

View file

@ -3,8 +3,8 @@ from torch.utils.data import SubsetRandomSampler
import torchvision
BATCH_SIZE = 300
#TEST_SIZE = 300
TEST_SIZE = 10000
TEST_SIZE = 300
#TEST_SIZE = 10000
#ATTENTION : Dataug (Kornia) Expect image in the range of [0, 1]
#transform_train = torchvision.transforms.Compose([