mirror of
https://github.com/AntoineHX/smart_augmentation.git
synced 2025-05-04 20:20:46 +02:00
Rangement
This commit is contained in:
parent
ca3367d19f
commit
4166922c34
453 changed files with 9797 additions and 7 deletions
|
@ -8,7 +8,7 @@ from dataug import *
|
|||
from train_utils import *
|
||||
from transformations import TF_loader
|
||||
|
||||
postfix='-metaScheduler'
|
||||
postfix='-MetaScheduler2'
|
||||
TF_loader=TF_loader()
|
||||
|
||||
device = torch.device('cuda') #Select device to use
|
||||
|
@ -34,13 +34,13 @@ if __name__ == "__main__":
|
|||
}
|
||||
#Parameters
|
||||
n_inner_iter = 1
|
||||
epochs = 200
|
||||
epochs = 100
|
||||
dataug_epoch_start=0
|
||||
Nb_TF_seq=3
|
||||
optim_param={
|
||||
'Meta':{
|
||||
'optim':'Adam',
|
||||
'lr':1e-4, #1e-2
|
||||
'lr':1e-3, #1e-2
|
||||
'epoch_start': 2, #0 / 2 (Resnet?)
|
||||
'reg_factor': 0.001,
|
||||
'scheduler': 'multiStep', #None, 'multiStep'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue