chainer / chainer-chemistry

Chainer Chemistry: A Library for Deep Learning in Biology and Chemistry
MIT License
618 stars 129 forks source link

Relgat example not given #416

Closed Ujwal2910 closed 4 years ago

Ujwal2910 commented 4 years ago

Could you please add an example of the implementation of Relgat network?

corochann commented 4 years ago

I think RelGAT example exists.

https://github.com/chainer/chainer-chemistry/blob/master/examples/qm9/train_qm9.py#L30

Can you try running below command to train RelGAT architecture?

python train_qm9.py --method relgat

corochann commented 4 years ago

Can you train RelGAT? Let me close the issue.