Closed dgcnz closed 5 months ago
Actually alejandro said he didnt nececarily want to see the convnet results for the reproduction
Issue: /usr/local/lib/python3.10/dist-packages/lightning/pytorch/trainer/setup.py:187: GPU available but not used. You can set it by doing Trainer(accelerator='gpu')
.
Issue: /usr/local/lib/python3.10/dist-packages/lightning/pytorch/trainer/setup.py:187: GPU available but not used. You can set it by doing
Trainer(accelerator='gpu')
.
is this on your laptop? @Nesta-gitU
colab
done
Description
This issue concerns ONLY the reproduction of Wang 2022 table 1 without manually imposing equivariance (varying alpha, for that see meta issue #61)
Configurations
The models and the SmokePlume datasets have been ported. We need to add experiment files because each symmetry has different
decay_rate
,out_length
, etc (see: https://github.com/Rose-STL-Lab/Approximately-Equivariant-Nets/blob/master/run.sh)SmokePlume configs:
configs/data/wang2022/rotation.yaml
(✅)configs/data/wang2022/scale.yaml
(✅)configs/data/wang2022/translation.yaml
(✅)Model default configs (DO NOT MODIFY THESE FILES, other experiment files rely on the defaults set here):
configs/model/wang2022/convnet.yaml
(✅)configs/model/wang2022/rgroup.yaml
(❓)configs/model/wang2022/rsteer.yaml
(✅)Experiment configs:
configs/experiment/wang2022/rotation/convnet.yaml
(❓)configs/experiment/wang2022/rotation/rgroup.yaml
(❓)configs/experiment/wang2022/rotation/rsteer.yaml
(✅)configs/experiment/wang2022/translation/convnet.yaml
(❓)configs/experiment/wang2022/translation/rgroup.yaml
(❓)configs/experiment/wang2022/translation/rsteer.yaml
(✅)configs/experiment/wang2022/scale/convnet.yaml
(❓)configs/experiment/wang2022/scale/rgroup.yaml
(❓)configs/experiment/wang2022/scale/rsteer.yaml
(✅)These configs have to be at least tested with
trainer.fast_dev_run
to ensure that the model even processes data correctly. This doesn't account for model checkpointing and early stopping, so we'll have to add tests to that. Examples can be found in the Makefile's commandtest_wang2022_table_1
which you can runmake test_wang2022_table_1
.Example testing command:
Tasks
Questions
Legend: