Skip to content
Snippets Groups Projects
Commit 3d5a6ad8 authored by pat-alt's avatar pat-alt
Browse files

dead

parent d05b4461
No related branches found
No related tags found
1 merge request!8466 revision
......@@ -33,7 +33,7 @@ Next, you may need to activate, resolve and instantiate the environment in `expe
```
After that is done, you can exit Julia and proceed below.
### Local runs
### Sequential
The `experiments/` folder contains separate Julia scripts for each dataset and a [run_experiments.jl](experiments/run_experiments.jl) that calls the individual scripts. You can either run these scripts inside a Julia session or just use the command line to execute them as described in the following.
......@@ -72,7 +72,7 @@ Pre-trained versions of all of our black-box models have been archived as `Pkg`
julia --project=experiments experiments/run_experiments.jl -- retrain data=linearly_separable
```
#### Multi-threading
### Multi-threading
To use multi-threading, proceed as follows:
......@@ -80,7 +80,7 @@ To use multi-threading, proceed as follows:
julia --threads 16 --project=experiments experiments/run_experiments.jl -- data=linearly_separable threaded
```
#### Multi-Processing
### Multi-Processing
To use multi-processing, proceed as follows:
......
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