Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
hsjang0 committed Feb 21, 2023
1 parent 81ab81d commit a87220c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ This is an official implementation of our paper Diffusion Probabilistic Models f
We provide the PyTorch implementation for DPM-GSP framework here. The repository is organised as follows:

```python
|-- DPM-GSP-{fully-supervsed, semi-supervsed, reasoning} # DPM-GSP for supervised node classification, semi-supervised node classification, and reasoning tasks
|-- config/ # configurations
|-- DPM-GSP-{fully-supervised, semi-supervised, reasoning} # DPM-GSP for supervised node classification, semi-supervised node classification, and reasoning tasks
|-- config/ # configurations (Hyperparameters used in the experiments are specified in the Appendix C of our paper.)
|-- parsers/ # the argument parser
|-- models/ # model definition
|-- method_series/ # training method
Expand Down

0 comments on commit a87220c

Please sign in to comment.