Skip to content

Commit

Permalink
remove extra eval
Browse files Browse the repository at this point in the history
  • Loading branch information
tigranfah committed Jan 9, 2024
1 parent 2d62a20 commit 3715db5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ def train(
else nullcontext()
)

trainer.evaluate()
with prof_context_manager as prof:
try:
trainer.train(resume_from_checkpoint=resume_from_checkpoint)
Expand Down
2 changes: 1 addition & 1 deletion test_status.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
90d31747b1c92c77798ef9d638bdcaad746ce590: FAIL
2d62a20aee8107ddd1922bb4a748b078d5b55d2e: FAIL

0 comments on commit 3715db5

Please sign in to comment.