Skip to content
Snippets Groups Projects
Commit 85ed7138 authored by Yandi's avatar Yandi
Browse files

modified wrong flag in job.py

parent 5317e493
No related branches found
No related tags found
1 merge request!1Master into main
......@@ -2,3 +2,6 @@ __pycache__/*
*.subset
*.pyc
wandb/*
job.sbatch
logslurms/*
......@@ -37,7 +37,7 @@ source venv/bin/activate
python -m pip install -r requirements.txt
echo "Running main.py"
python3 main.py --logDir /usr/users/sdi1/sdi1_3/Projet_DL/Kaggle_Phytoplankton/logs/ --no_wandb
python3 main.py --rootDir /usr/users/sdi1/sdi1_3/Projet_DL/Kaggle_Phytoplankton/logs/ --no_wandb
if [[ $? != 0 ]]; then
exit -1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment