- Go to
./src/base_config.pyand 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.yamlfile accordingly: doc - Run
wandb sweep sweep.yaml - Get the sweep ID
- Run
./sweep.sh $CNT $IDwhere$CNTis the number of runs and$IDis 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 truedvc remote modify $REMOTE_NAME --local \
gdrive_user_credentials_file ~/dvc/filename.jsondvc push
dvc add $DATA_FOLDER
dvc pushdvc remove $DATA_FOLDER