Currently I am working on pytorch ligthining implementation project of gsoc 2021. I didn’t use on deepchem models previously therefore I am facing some problems.
I imported GraphData from deepchem.feat.graph_data to create dataset to train LCNN pytorch model but shows ‘DGLHeteroGraph’ object has no attribute ‘iterbatches’.
Please suggest how should i used pre-built graph dataset to train LCNN pytorch model.
Here i tried to train the LCNN model ->
https://colab.research.google.com/drive/1K5lfsxp2CTBtc4HAneT9eARMsv3QIQec?usp=sharing