release code
This commit is contained in:
16
Dassl.ProGrad.pytorch/configs/trainers/dg/dael/pacs.yaml
Normal file
16
Dassl.ProGrad.pytorch/configs/trainers/dg/dael/pacs.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
DATALOADER:
|
||||
TRAIN_X:
|
||||
SAMPLER: "RandomDomainSampler"
|
||||
BATCH_SIZE: 30
|
||||
TEST:
|
||||
BATCH_SIZE: 100
|
||||
|
||||
OPTIM:
|
||||
NAME: "sgd"
|
||||
LR: 0.002
|
||||
MAX_EPOCH: 40
|
||||
LR_SCHEDULER: "cosine"
|
||||
|
||||
TRAINER:
|
||||
DAEL:
|
||||
STRONG_TRANSFORMS: ["random_flip", "cutout", "randaugment2", "normalize"]
|
||||
Reference in New Issue
Block a user