Skip to content

Commit

Permalink
Remove accidental training batch limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawars committed Sep 26, 2023
1 parent c171331 commit b6175bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docmae/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ def train(args, config: dict, datamodule: L.LightningDataModule):
max_steps=config["training"].get("steps", -1),
num_sanity_val_steps=1,
enable_progress_bar=config["progress_bar"],
limit_train_batches=20
)

hidden_dim = config["model"]["hidden_dim"]
Expand Down

0 comments on commit b6175bb

Please sign in to comment.