Skip to content

Commit

Permalink
experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyrilvallez committed May 4, 2022
1 parent be90e38 commit 4d2dda3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions main2.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down
2 changes: 1 addition & 1 deletion main2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d2dda3

Please sign in to comment.