Skip to content

Commit

Permalink
Merge pull request #26 from agosztolai/fix_notebook
Browse files Browse the repository at this point in the history
Fix notebook corrupted
  • Loading branch information
agosztolai authored Jun 17, 2024
2 parents 73297ca + 3fd2b94 commit f8c88cc
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 2,056 deletions.
4 changes: 1 addition & 3 deletions MARBLE/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,9 +378,7 @@ def fit(self, data, outdir=None, verbose=False):
train_loss, optimizer = self.batch_loss(
data, train_loader, train=True, verbose=verbose, optimizer=optimizer
)
val_loss, _ = self.batch_loss(
data, val_loader, verbose=verbose
)
val_loss, _ = self.batch_loss(data, val_loader, verbose=verbose)
scheduler.step(train_loss)

print(
Expand Down
2,129 changes: 76 additions & 2,053 deletions examples/RNN/RNN.ipynb

Large diffs are not rendered by default.

0 comments on commit f8c88cc

Please sign in to comment.