We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
README
1 parent b3fdc13 commit 8d6c7b4Copy full SHA for 8d6c7b4
README.md
@@ -20,16 +20,16 @@ different because there is no inner cross-validation loop.
20
To run `PWL-C` on `MUTAG` with 0 WL iterations and p=1, run
21
```
22
$ cd src
23
-$ python main.py -c -n 0 -p 1 data/MUTAG/*.gml -l data/MUTAG/Labels.txt
+$ python main.py -c -n 0 -p 1 ../data/MUTAG/*.gml -l ../data/MUTAG/Labels.txt
24
25
26
The arguments for all our methods (with `1 WL iteration` and `p=1`) are as follows:
27
28
-`PWL`: `main.py -n 1 -p 1 data/...`
+`PWL`: `main.py -n 1 -p 1 ../data/...`
29
30
-`PWL-C`: `main.py -c -n 1 -p 1 data/...`
+`PWL-C`: `main.py -c -n 1 -p 1 ../data/...`
31
32
-`PWL-UC`: `main.py -u -c -n 1 -p 1 data/...`
+`PWL-UC`: `main.py -u -c -n 1 -p 1 ../data/...`
33
34
## Results
35
0 commit comments