You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main implementation is in domainbed.algorithms.CausEB. We follow the experimental setting in DomainBed. You can run the code like:
python -m domainbed.scripts.sweep launch
--data_dir=/my/datasets/path
--output_dir=/my/sweep/output/path
--command_launcher MyLauncher
--algorithms CausEB
--datasets RotatedMNIST VLCS
--n_hparams 5
--n_trials 1
Can you give us the running code? Thank you
The text was updated successfully, but these errors were encountered: