Hello,
I downloaded the dataset, iWildCAM, following the description in the github, and confirmed that it successfully downloaded. After this, I have been trying to run the example script to train a CORAL model on it, but it has been running for 12+ hours and still is not giving any outputs. I ran the following command, taken from CodaLab, with $HOME edited with the appropriate directory.
python wilds/examples/run_expt.py --root_dir $HOME --log_dir $HOME --dataset iwildcam --algorithm deepCORAL --seed 0 --lr 3e-05 --weight_decay 0 --coral_penalty_weight 10.0
I am also running this using a NVIDIA V100 GPU.
Thank you!