You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,7 @@ GGNN is based on the method proposed in the paper [GGNN: Graph-based GPU Nearest
12
12
by Fabian Groh, Lukas Ruppert, Patrick Wieschollek, and Hendrik P.A. Lensch.
13
13
The original/official code corresponding to the published paper can be found in the [release_0.5](https://github.com/cgtuebingen/ggnn/tree/release_0.5) branch.
14
14
15
-
<!-- #ToDo: Insert link to docu
16
-
For more detailed information see our [documentation]().-->
15
+
For more detailed information see our [documentation](https://ggnn.readthedocs.io/en/latest/).
17
16
18
17
## Installing the Python Module
19
18
@@ -79,8 +78,7 @@ export CXX=g++-10
79
78
export CUDAHOSTCXX=g++-10
80
79
```
81
80
82
-
<!--#ToDo: Insert link to Installation
83
-
For installation in C++, please see the [documentation]().-->
81
+
For installation details, please see the [documentation](https://ggnn.readthedocs.io/en/latest/install.html).
For more examples in Python and in C++ see the [examples]() folder. For more information about the parameters, on how to deal with data that is already on a GPU and on how to utilize multiple GPUs, check out the [documentation](). We also provide scripts that load typical [benchmark datasets]().-->
139
+
For more examples in Python and in C++ see the [examples](https://github.com/cgtuebingen/ggnn/tree/release_0.9/examples) folder.
140
+
For more information about the parameters, on how to deal with data that is already on a GPU and on how to utilize multiple GPUs,
141
+
check out the [documentation](https://ggnn.readthedocs.io/en/latest/usage_python.html).
142
+
We also provide scripts that load and process typical [benchmark datasets](https://ggnn.readthedocs.io/en/latest/benchmarking.html).
0 commit comments