small fix
This commit is contained in:
@@ -109,7 +109,6 @@ class GraphSolver(LightningModule):
|
||||
edge_index=edge_index,
|
||||
edge_attr=edge_attr,
|
||||
unrolling_steps=self.unrolling_steps,
|
||||
plot_results=True,
|
||||
batch=batch.batch,
|
||||
pos=batch.pos,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user