Skip to content

Commit

Permalink
mnist test
Browse files Browse the repository at this point in the history
  • Loading branch information
Niccolo-Ajroldi committed Feb 23, 2024
1 parent e3b6410 commit b7fbfb8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions exp/seal/mnist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ workload=mnist
dataset=MNIST
submission='reference_algorithms/development_algorithms/mnist/mnist_pytorch/submission.py'
search_space='reference_algorithms/development_algorithms/mnist/tuning_search_space.json'
trials=1
name="mnist_01"
trials=2
name="mnist_check/study_2"

# Print GPU infos
# nvidia-smi
Expand All @@ -37,4 +37,6 @@ python3 $CODE_DIR/submission_runner.py \
--experiment_dir=$EXP_DIR \
--experiment_name=$name \
--use_wandb \
--overwrite
--overwrite \
--max_global_steps 50 \
--save_checkpoints=False

0 comments on commit b7fbfb8

Please sign in to comment.