Skip to content
Snippets Groups Projects
Commit d4e67e85 authored by Pat Alt's avatar Pat Alt
Browse files

retrain mnist

parent 24fbefe6
No related branches found
No related tags found
1 merge request!7669 initial run including fmnist lenet and new method
...@@ -42,7 +42,7 @@ run_experiment( ...@@ -42,7 +42,7 @@ run_experiment(
use_class_loss = true, use_class_loss = true,
additional_models=add_models, additional_models=add_models,
epochs = 10, epochs = 10,
nsamples=10, nsamples = 10,
nmin=1, nmin=1,
niter_eccco=100 niter_eccco=100
) )
\ No newline at end of file
...@@ -11,4 +11,4 @@ ...@@ -11,4 +11,4 @@
module load 2023r1 openmpi module load 2023r1 openmpi
srun julia --project=experiments experiments/run_experiments.jl -- data=mnist output_path=results mpi > experiments/mnist.log srun julia --project=experiments experiments/run_experiments.jl -- data=mnist output_path=results mpi retrain > experiments/mnist.log
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment