MCPcopy Create free account
hub / github.com/FinancialComputingUCL/LOBFrame / forward

Method forward

optimizers/lightning_batch_gd.py:56–57  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

54 self.csv_path = f"{logger.find_save_path(experiment_id)}/metrics.csv"
55
56 def forward(self, x):
57 return self.model(x)
58
59 def training_step(self, batch, batch_idx):
60 inputs, targets = batch

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected