Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Yang Zhang <yangzhang@nvidia.com>
  • Loading branch information
yzhang123 committed Feb 11, 2020
1 parent 8bf4389 commit 9b5acd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/nlp/language_modeling/bert_pretraining.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@
from nemo.collections.nlp.data.datasets.lm_bert_dataset import BERTPretrainingDataDesc
from nemo.utils.lr_policies import get_lr_policy

print("nemo_nlp path", nemo_nlp.__file__)

parser = argparse.ArgumentParser(description='BERT pretraining')
parser.add_argument("--local_rank", default=None, type=int)
parser.add_argument("--num_gpus", default=1, type=int)
Expand Down

0 comments on commit 9b5acd4

Please sign in to comment.