From 85ed7138cfb325ef61c37b3925ccb6ded5c8959b Mon Sep 17 00:00:00 2001
From: Yandi <yandirzm@gmail.com>
Date: Tue, 31 Jan 2023 22:13:10 +0100
Subject: [PATCH] modified wrong flag in job.py

---
 .gitignore | 3 +++
 job.py     | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index f63db40..fc1b533 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,6 @@ __pycache__/*
 *.subset
 *.pyc
 wandb/*
+job.sbatch
+logslurms/*
+
diff --git a/job.py b/job.py
index 6c95bd2..757d00d 100644
--- a/job.py
+++ b/job.py
@@ -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
-- 
GitLab