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
**mantra** Contains the code for the dataset definition for PyTorch Geometric.
6
-
7
-
**dataprocessing** Contains the code to publish the dataset to a github release, including the preprocessing scripts. NOTE: We might want to move this to another folder, or rename.
8
-
9
-
## Dataset
10
-
11
-
The raw datasets, consisting of the 2 and 3 manifolds with up to 10 vertices, can be downloaded under releases. A pytorch geometric wrapper for the dataset is installable via the following command.
5
+
The raw datasets, consisting of the 2 and 3 manifolds with up to 10
6
+
vertices, can be downloaded under releases. A pytorch geometric wrapper
7
+
for the dataset is installable via the following command.
**Warning** Since the repository is private, the dataset can not download the data from the github release due to access restrictions. Hence one has to manually download the "2_manifolds.json.gz" or "3_manifolds.json.gz" to the raw folder for the code to run correctly.
0 commit comments