Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Kroery committed Mar 6, 2024
1 parent c413222 commit 0a62be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diffmot.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def train(self):
train_loss = train_loss.mean()

self.optimizer.zero_grad()
pbar.set_description(f"Epoch {epoch}, MSE: {train_loss.item():.6f}")
pbar.set_description(f"Epoch {epoch}, Loss: {train_loss.item():.6f}")
train_loss.backward()
self.optimizer.step()

Expand Down

0 comments on commit 0a62be3

Please sign in to comment.