Skip to content

Commit

Permalink
[#22] parameter changes
Browse files Browse the repository at this point in the history
  • Loading branch information
eubinecto committed Jun 4, 2022
1 parent de45306 commit 18c2f18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ kor2eng:
train:
python3 main_train.py \
--max_epochs=1000 \
--batch_size=128 \
--batch_size=256 \
--save_on_train_epoch_end=1 \
--every_n_epochs=1 \
--log_every_n_steps=10 \
--log_every_n_steps=2 \
--check_val_every_n_epoch=1

train_check:
Expand Down
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ transformer:
heads: 8
depth: 5
max_length: 150
lr: 0.1
lr: 0.00001
dropout: 0.1
tokenizer: "tokenizer:v20"
# for dataloader
Expand Down

0 comments on commit 18c2f18

Please sign in to comment.