From 4d2dda3a1cc8dfc577078c478a5b104ee03405b1 Mon Sep 17 00:00:00 2001 From: Cyril Vallez <71554963+Cyrilvallez@users.noreply.github.com> Date: Wed, 4 May 2022 11:44:48 +0200 Subject: [PATCH] experiment --- main2.py | 4 ++++ main2.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/main2.py b/main2.py index a3299ba..56e3a09 100644 --- a/main2.py +++ b/main2.py @@ -24,6 +24,10 @@ path_experimental = 'Datasets/Kaggle_memes/Experimental/' path_control = 'Datasets/Kaggle_memes/Control/' +# path_database = 'Datasets/BSDS500/Experimental/' +# path_experimental = 'Datasets/BSDS500/Experimental_attacks/' +# path_control = 'Datasets/BSDS500/Control_attacks/' + algos = [ hashing.ClassicalAlgorithm('Ahash', hash_size=8, batch_size=512), hashing.ClassicalAlgorithm('Phash', hash_size=8, batch_size=512), diff --git a/main2.sh b/main2.sh index a65e541..26ca52b 100644 --- a/main2.sh +++ b/main2.sh @@ -7,7 +7,7 @@ #SBATCH --cpus-per-task=16 #SBATCH --mem=32000 #SBATCH --partition=nodes -#SBATCH --gres=gpu:1 +#SBATCH --gres=gpu:a100:1 #SBATCH --chdir=/cluster/raid/home/cyril.vallez/Project # Verify working directory