DGMG Deep Generative Models for Graphs

Hi,
I was going through dgmg(https://docs.dgl.ai/tutorials/models/3_generative_model/5_dgmg.html).
Is there pre trained models available as described in the code of dgmg for trying out
Code in dgmg:
‘‘if name == ‘main’:
# pre-trained model saved with path ./model.pth
model = torch.load(’./model.pth’)
model.eval()
g = model()’’

You can take a look here. To try the example, you’ll need to install DGL-LifeSci.

Thanks,will refer to it