Smilesjs commited on
Commit
ca7273e
·
verified ·
1 Parent(s): bb57cfc

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. src/train.py +1 -1
src/train.py CHANGED
@@ -556,7 +556,7 @@ def main():
556
 
557
  # Custom Evaluation Schedule: 3, 10, 15, 20
558
  # For dryrun, evaluate on epoch 1 too, and force a break in loops
559
- run_eval = epoch in [1, 3, 10, 15, 20] or args.dry_run
560
 
561
  if run_eval:
562
  print(f"Epoch {epoch}: Running GPU CAFA Evaluation on Best Model (Loss: {best_val_loss:.4f})...")
 
556
 
557
  # Custom Evaluation Schedule: 3, 10, 15, 20
558
  # For dryrun, evaluate on epoch 1 too, and force a break in loops
559
+ run_eval = epoch in [3, 10, 15, 20] or args.dry_run
560
 
561
  if run_eval:
562
  print(f"Epoch {epoch}: Running GPU CAFA Evaluation on Best Model (Loss: {best_val_loss:.4f})...")