Skip to content

Commit

Permalink
refactored tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
kayzliu committed May 9, 2023
1 parent ac2fa0f commit ea29b70
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/examples/intro.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
"""
Model Example
=============
Detector Example
================
In this tutorial, you will learn the basic workflow of
PyGOD with a model example of DOMINANT. This tutorial assumes that
PyGOD with an example of DOMINANT. This tutorial assumes that
you have basic familiarity with PyTorch and PyTorch Geometric (PyG).
(Time estimate: 5 minutes)
Expand Down Expand Up @@ -61,7 +61,7 @@

from pygod.detector import DOMINANT

model = DOMINANT(hid_dim=64, num_layers=4)
model = DOMINANT(hid_dim=64, num_layers=4, epoch=100)

#######################################################################
# Training
Expand Down

0 comments on commit ea29b70

Please sign in to comment.