- Go to
./src/base_config.py and check every variable. Change if needed.
- Search file names for "dummy" and change if needed.
- Global search for "dummy" and change if needed.
srun --mem=40000 --time=24:00:00 --gres=gpu:1 --pty --constraint=rtx_8000 bash
- Edit
sweep.yaml file accordingly: doc
- Run
wandb sweep sweep.yaml
- Get the sweep ID
- Run
./sweep.sh $CNT $ID where $CNT is the number of runs and $ID is the sweep ID
- Don't change anything while sweep is running, otherwise it will be run on different code.
dvc init
dvc remote add --default $REMOTE_NAME gdrive://$ID
dvc remote modify $REMOTE_NAME gdrive_acknowledge_abuse true
dvc remote modify $REMOTE_NAME --local \
gdrive_user_credentials_file ~/dvc/filename.json
dvc push
dvc add $DATA_FOLDER
dvc push