Skip to content

Commit 8d6c7b4

Browse files
committedNov 11, 2019
Fixed paths in README
1 parent b3fdc13 commit 8d6c7b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ different because there is no inner cross-validation loop.
2020
To run `PWL-C` on `MUTAG` with 0 WL iterations and p=1, run
2121
```
2222
$ cd src
23-
$ python main.py -c -n 0 -p 1 data/MUTAG/*.gml -l data/MUTAG/Labels.txt
23+
$ python main.py -c -n 0 -p 1 ../data/MUTAG/*.gml -l ../data/MUTAG/Labels.txt
2424
```
2525

2626
The arguments for all our methods (with `1 WL iteration` and `p=1`) are as follows:
2727

28-
`PWL`: `main.py -n 1 -p 1 data/...`
28+
`PWL`: `main.py -n 1 -p 1 ../data/...`
2929

30-
`PWL-C`: `main.py -c -n 1 -p 1 data/...`
30+
`PWL-C`: `main.py -c -n 1 -p 1 ../data/...`
3131

32-
`PWL-UC`: `main.py -u -c -n 1 -p 1 data/...`
32+
`PWL-UC`: `main.py -u -c -n 1 -p 1 ../data/...`
3333

3434
## Results
3535

0 commit comments

Comments
 (0)