mirror of
https://github.com/AntoineHX/smart_augmentation.git
synced 2025-05-04 12:10:45 +02:00
LR scheduler + Resolution pb ResNet50/WRN
This commit is contained in:
parent
383f63c7b8
commit
79de0191a8
4 changed files with 78 additions and 21 deletions
|
@ -7,7 +7,7 @@ from torch.utils.data.dataset import ConcatDataset
|
|||
import torchvision
|
||||
|
||||
#Train/Validation batch size.
|
||||
BATCH_SIZE = 300
|
||||
BATCH_SIZE = 512
|
||||
#Test batch size.
|
||||
TEST_SIZE = BATCH_SIZE
|
||||
#TEST_SIZE = 10000 #legerement +Rapide / + Consomation memoire !
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue