improve efficiency data module

This commit is contained in:
Filippo Olivo
2025-10-06 13:23:32 +02:00
parent 469b1c6e13
commit 1498bfd55d
3 changed files with 84 additions and 61 deletions

View File

@@ -111,6 +111,7 @@ class GraphSolver(LightningModule):
unrolling_steps=self.unrolling_steps,
batch=batch.batch,
pos=batch.pos,
plot_results=True,
)
loss = self._compute_loss(y_pred, y)
self._log_loss(loss, batch, "test")