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

think this is a local MPI thing

parent a22e87a4
No related branches found
No related tags found
1 merge request!7669 initial run including fmnist lenet and new method
...@@ -62,6 +62,10 @@ Pre-trained versions of all of our black-box models have been archived as `Pkg` ...@@ -62,6 +62,10 @@ Pre-trained versions of all of our black-box models have been archived as `Pkg`
julia --project=experiments experiments/run_experiments.jl -- retrain dataname=linearly_separable julia --project=experiments experiments/run_experiments.jl -- retrain dataname=linearly_separable
``` ```
```shell
mpiexecjl --project=experiments -n 4 julia experiments/run_experiments.jl -- dataname=linearly_separable output_path=results parallel
```
When running the experiments from the command line, the parameter choices used in the main paper are applied by default. To have control over these choices, we recommend you instead rely on the notebooks. When running the experiments from the command line, the parameter choices used in the main paper are applied by default. To have control over these choices, we recommend you instead rely on the notebooks.
### Notebooks ### Notebooks
......
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