mirror of
https://github.com/AntoineHX/smart_augmentation.git
synced 2025-05-04 12:10:45 +02:00
Modification du early stopping (sur test data...)
This commit is contained in:
parent
bc8e5f2817
commit
198fb06065
3 changed files with 15 additions and 19 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