it came: 'KeyError: 'is_augmix' in datasets.py, line 204, in init if hparams['is_augmix']
When I try
python train.py —data_dir dataset —algorithm DDG —dataset RotatedMNIST
it came: 'KeyError: 'is_ddg' in datasets.py, line 162, in init self.sample_pos = hparams['is_ddg']
Sorry to bother you again and again, it's the third time I created issue :( . It seems so tough to run the code on my own device.
After preparing datasets, I try to train DDG model on my own device. When I try
python train.py —data_dir dataset —algorithm DDG —dataset PACS
it came: 'KeyError: 'is_augmix' in datasets.py, line 204, in init if hparams['is_augmix']
When I try
python train.py —data_dir dataset —algorithm DDG —dataset RotatedMNIST
it came: 'KeyError: 'is_ddg' in datasets.py, line 162, in init self.sample_pos = hparams['is_ddg']