conda create -n spp2363 -c conda-forge python=3.11
conda activate spp2363
pip install -r requirements.txt
export AWS_ACCESS_KEY_ID='myid'
export AWS_SECRET_ACCESS_KEY='mysecret'
- Switch to a feature branch
git checkout -b <branch-name>
- Adapt the
main.py
- Run the experiment
python main.py
- Commit and push your results
git add .
git commit -m "<experiment description>"
git push --set-upstream origin <branch-name>
# or simply git push
dvc push
- Start new experiment at 1. or 2.