Skip to content

Commit

Permalink
Merge pull request #1918 from vsomnath/fix-graph-conv
Browse files Browse the repository at this point in the history
Remove fit function in graphconv
  • Loading branch information
Bharath Ramsundar committed Jun 23, 2020
2 parents 34aa0b4 + 0262d9c commit 52f3d33
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions deepchem/models/graph_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -745,9 +745,6 @@ def loss(outputs, labels, weights):
super(GraphConvModel, self).__init__(
model, loss, output_types=output_types, batch_size=batch_size, **kwargs)

def fit(self, *args, **kwargs):
super(GraphConvModel, self).fit(*args, **kwargs)

def default_generator(self,
dataset,
epochs=1,
Expand Down

0 comments on commit 52f3d33

Please sign in to comment.