release code
This commit is contained in:
16
Dassl.ProGrad.pytorch/configs/trainers/da/m3sda/digit5.yaml
Normal file
16
Dassl.ProGrad.pytorch/configs/trainers/da/m3sda/digit5.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
DATALOADER:
|
||||
TRAIN_X:
|
||||
SAMPLER: "RandomDomainSampler"
|
||||
BATCH_SIZE: 256
|
||||
TRAIN_U:
|
||||
SAME_AS_X: False
|
||||
BATCH_SIZE: 64
|
||||
TEST:
|
||||
BATCH_SIZE: 256
|
||||
|
||||
OPTIM:
|
||||
NAME: "sgd"
|
||||
LR: 0.05
|
||||
STEPSIZE: [30]
|
||||
MAX_EPOCH: 30
|
||||
LR_SCHEDULER: "cosine"
|
||||
Reference in New Issue
Block a user