mirror of
https://github.com/AntoineHX/smart_augmentation.git
synced 2025-05-04 12:10:45 +02:00
Changes since Teledyne
This commit is contained in:
parent
bd5dc63cff
commit
1060f18033
203 changed files with 24395 additions and 0 deletions
27
jobs/cpu_test.sh
Normal file
27
jobs/cpu_test.sh
Normal file
|
@ -0,0 +1,27 @@
|
|||
#!/bin/bash
|
||||
#SBATCH --cpus-per-task=6 #6 # Cores proportional to GPUs: 6 on Cedar, 16 on Graham.
|
||||
#SBATCH --mem=32000M #32000M # Memory proportional to CPUs: 32000 Cedar, 64000 Graham.
|
||||
#SBATCH --account=def-mpederso
|
||||
#SBATCH --time=01:00:00
|
||||
#SBATCH --job-name=test_dataug
|
||||
#SBATCH --output=log/%x-%j.out
|
||||
|
||||
|
||||
# Setup
|
||||
source ~/dataug/bin/activate
|
||||
|
||||
#Execute
|
||||
# echo $(pwd) = /home/antoh/projects/def-mpederso/antoh/smart_augmentation/jobs
|
||||
cd ../higher/smart_aug/
|
||||
|
||||
python test_dataug.py \
|
||||
-dv 'cpu' \
|
||||
-a true \
|
||||
-m LeNet \
|
||||
-ep 2 \
|
||||
-K 1 \
|
||||
-N 3 \
|
||||
-tfc ../config/wide_geom_tf_config.json \
|
||||
-ms 1 \
|
||||
-ls true \
|
||||
-pf __test
|
Loading…
Add table
Add a link
Reference in a new issue