mirror of
https://github.com/AntoineHX/smart_augmentation.git
synced 2025-05-04 12:10:45 +02:00
Modification test pour simplifier early stopping
This commit is contained in:
parent
198fb06065
commit
f0c0559e73
4 changed files with 49 additions and 29 deletions
|
@ -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([
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue