Skip to content
This repository was archived by the owner on Aug 3, 2021. It is now read-only.

Commit eced395

Browse files
author
Chip Nguyen
committed
exp 55
1 parent 1d70c84 commit eced395

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example_configs/nlpmaster/awd-lstm-exp55.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# from open_seq2seq.data.text2text.text2text import SpecialTextTokens
1313
# from open_seq2seq.optimizers.lr_policies import exp_decay
1414

15-
data_root = "/data/wikitext-2/"
15+
data_root = "/home/chipn/dev/nlp-master/wikitext-2/"
1616

1717
base_model = AWDLSTM
1818
bptt = 72
@@ -21,7 +21,7 @@
2121
base_params = {
2222
# "seed": 1882, # conforming to AWD-LSTM paper
2323
"restore_best_checkpoint": True,
24-
"use_horovod": True,
24+
"use_horovod": False,
2525
"num_gpus": 2,
2626

2727
"batch_size_per_gpu": 160, # conforming to AWD-LSTM paper 80

0 commit comments

Comments
 (0)