Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudon committed Jun 17, 2024
1 parent f9e2da3 commit 3fd2b94
Showing 1 changed file with 1 addition and 3 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

0 comments on commit 3fd2b94

Please sign in to comment.