Skip to content

Commit

Permalink
camera-ready
Browse files Browse the repository at this point in the history
  • Loading branch information
Wuyxin committed May 1, 2023
1 parent 45f0289 commit e1eedf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ ROOT=./DISC # Set your code root here
python run_expt.py \
-s confounder -d MetaDatasetCatDog -t cat -c background --lr 0.001 --batch_size 16 \
--weight_decay 0.0001 --model resnet50 --n_epochs 100 --log_dir $ROOT/output/ \
--root_dir $ROOT/data/metashifts/MetaDatasetCatDog --seed $SEED --save_best --save_last
--root_dir $ROOT/data/metashifts/MetaDatasetCatDog --save_best --save_last --seed $SEED
```


Expand Down

0 comments on commit e1eedf0

Please sign in to comment.