Modification test pour simplifier early stopping

This commit is contained in:
Harle, Antoine (Contracteur) 2019-11-13 13:38:00 -05:00
parent 198fb06065
commit f0c0559e73
4 changed files with 49 additions and 29 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([