This is the code workspace of the homework 2 in DATA8003.
pip install -r requirements.txt
cd codes
python main.py +experiments/<TASK>=<CONFIG_NAME>
Once you have run the code, you can find the visualization results in the experiments/<EXPERIMENT_NAME>/hist
folder. Moreover, if you have configured the wandb
in the logger/wandb.yaml
file, you can also find the visualization results in the wandb.
Thanks for the EOS for providing the key code of the framework.