Tox21 Tutorial on website uses Wrong name `GraphConvTensorGraph``
rbharath opened this issue · 0 comments
rbharath commented
Our uploaded Tox21 tutorial https://deepchem.io/docs/notebooks/graph_convolutional_networks_for_tox21.html uses the old name GraphConvTensorGraph
which was recently renamed to GraphConvModel
. However, the actual notebook on GitHub seems to have been fixed (https://github.com/deepchem/deepchem/blob/master/examples/notebooks/graph_convolutional_networks_for_tox21.ipynb).
I think the notebooks need to be re-generated and re-uploaded.