We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecc988b commit 6e32d72Copy full SHA for 6e32d72
README.md
@@ -27,9 +27,10 @@ The following arguments are needed to call the script:
27
9. `-num_iters` or `--num_iters`: number of iterations in test
28
10. `-save_model` or `--save_model`: (True or False)
29
30
+To run a simple script with source `brainnetome` and target `shen` using `rest1` with `euclidean` cost measure, and saving it:
31
32
```console
-javid@ycs:~$ python hcp_atlas_to_atlas.py -s brainnetome -t shen -task rest1 --save_model True -c euclidean
33
+python hcp_atlas_to_atlas.py -s brainnetome -t shen -task rest1 --save_model True -c euclidean
34
```
35
36
0 commit comments