Skip to content

Commit

Permalink
chore: fixed unused lr paramaters
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenanht committed Feb 16, 2024
1 parent a94eb3c commit acc7edf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion john_toolbox/train/transformers/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ def get_dataset(config):
src_seq_len=config["seq_len"],
tgt_seq_len=config["seq_len"],
emb_size=config["d_model"],
lr=config["lr"],
device="auto",
log_dir=f"/work/data/{config['experiment_name']}",
)
Expand Down

0 comments on commit acc7edf

Please sign in to comment.