Every fuction you need to implement is in task[i]/core.py
.
2. Please note that this file is intended to be run and graded on Google Colab. Running it on a personal server or locally may yield results that differ from those on Google Colab, which could affect your score.
conda create -n [env_name] python>=3.11
conda activate [env_name]
pip install torch==2.0.1+cu117 torchvision==0.15.2+cu117 torchaudio==2.0.2 --index-url https://download.pytorch.org/whl/cu117
pip install -r requirements.txt
python task[task_idx].py --run all