te_d: caltech # domain name of test domain tpath: examples/tasks/task_vlcs.py # python file path to specify the task bs: 2 # batch size val_threshold: 0.8 # threashold before which training does not stop model: dann_diva # combine model DANN with DIVA epos: 1 # number of epochs trainer: mldg_dial # combine trainer MLDG and DIAL gamma_reg: 1.0 # hyperparameter of DANN gamma_y: 700000.0 # hyperparameter of diva gamma_d: 100000.0 # hyperparameter of diva npath: examples/nets/resnet.py # neural network for class classification npath_dom: examples/nets/resnet.py # neural network for domain classification