Skip to content

Commit

Permalink
Revert "increase limit_val_batches and val_check_interval to avoid du…
Browse files Browse the repository at this point in the history
…plicated checkpoint_dir name"

This reverts commit b936fda.
  • Loading branch information
sichu2023 committed Nov 5, 2024
1 parent 1d66fbb commit 5e82404
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/protein/esm2/test_esm2_pretrain.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ def test_main_runs(monkeypatch, tmpdir, dummy_protein_dataset, dummy_parquet_tra
wandb_offline=True,
num_steps=55,
warmup_steps=5,
limit_val_batches=5,
val_check_interval=10,
limit_val_batches=1,
val_check_interval=1,
log_every_n_steps=None,
num_dataset_workers=1,
biobert_spec_option=BiobertSpecOption.esm2_bert_layer_with_transformer_engine_spec,
Expand Down

0 comments on commit 5e82404

Please sign in to comment.