Skip to content
Snippets Groups Projects
Commit 25e3a161 authored by Theo Guyard's avatar Theo Guyard
Browse files

Update README.md

parent 22fe779d
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ Run experiments directly from the project root folder as follows.
julia --project=. -t 1 exp/ICASSP/performances.jl
```
The `--project=.` flag installs and build dependencies if needed. The `-t 1` flag restricts computations to only 1 CPU core in order to avoid bias due to parallelization capabilities. Logs of the experiment are saved in the same folder as `performances.jl`. You can edit the experimental setup directly in the script, which is well commented.
The `--project=.` flag installs and builds dependencies if needed. The `-t 1` flag restricts computations to only 1 CPU core in order to avoid bias due to parallelization capabilities. Logs of the experiment are saved in the same folder as `performances.jl`. You can edit the experimental setup directly in the script, which is well commented.
## Running demo examples
......
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