Unverified Commit 52f3d33f authored by Bharath Ramsundar's avatar Bharath Ramsundar Committed by GitHub
Browse files

Merge pull request #1918 from vsomnath/fix-graph-conv

Remove fit function in graphconv
parents 34aa0b4a 0262d9c7
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -745,9 +745,6 @@ class GraphConvModel(KerasModel):
    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,