Skip to content

Commit

Permalink
Fix notebook for qa (NVIDIA#1261)
Browse files Browse the repository at this point in the history
* disable tensorboard for jupyter notebook

Signed-off-by: Yang Zhang <[email protected]>

* fix wrong script link

Signed-off-by: Yang Zhang <[email protected]>
  • Loading branch information
yzhang123 authored Oct 6, 2020
1 parent ccc2585 commit 2ebc923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/nlp/Question_Answering_Squad.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@
},
"source": [
"If you have NeMo installed locally, you can also train the model with \n",
"[NeMo/examples/nlp/question_answering/get_squad.py](https://github.com/NVIDIA/NeMo/blob/main/examples/nlp/question_answering/get_squad.py).\n",
"[NeMo/examples/nlp/question_answering/get_squad.py](https://github.com/NVIDIA/NeMo/blob/main/examples/nlp/question_answering/question_answering_squad.py).\n",
"\n",
"To run training script, use:\n",
"\n",
Expand Down

0 comments on commit 2ebc923

Please sign in to comment.