Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed May 28, 2024
1 parent 69398c0 commit 74f062a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion alphafold3_pytorch/trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def __call__(
scaled_valid_loss = valid_loss.item() * scale
total_valid_loss += scaled_valid_loss

self.print(f'valid loss: {valid_loss.item():.3f}')
self.print(f'valid loss: {total_valid_loss:.3f}')

self.wait()

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "alphafold3-pytorch"
version = "0.0.47"
version = "0.0.48"
description = "Alphafold 3 - Pytorch"
authors = [
{ name = "Phil Wang", email = "[email protected]" }
Expand Down

0 comments on commit 74f062a

Please sign in to comment.