Commit 5aab9564 authored by nd-02110114's avatar nd-02110114
Browse files

📝 fix docs

parent 7a8eae18
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -37,9 +37,12 @@ Graph Convolution Featurizers
We are simplifying our graph convolution models by a joint data representation (:code:`GraphData`)
in a future version of DeepChem, so we provide several featurizers.

:code:`ConvMolFeaturizer` and :code:`WeaveFeaturizer` are used with graph convolution models
which inherited :code:`KerasModel`. On the other hand, :code:`MolGraphConvFeaturizer` is used
with graph convolution models which inherited :code;`TorchModel`.
:code:`ConvMolFeaturizer` and :code:`WeaveFeaturizer` are used
with graph convolution models  which inherited :code:`KerasModel`.
:code:`ConvMolFeaturizer` is used with graph convolution models
except :code:`WeaveModel`. :code:`WeaveFeaturizer` are only used with :code:`WeaveModel`.
On the other hand, :code:`MolGraphConvFeaturizer` is used
with graph convolution models which inherited :code:`TorchModel`.

ConvMolFeaturizer
*****************