Skip to content

Commit

Permalink
Merge pull request udacity#134 from JackBurdick/patch-1
Browse files Browse the repository at this point in the history
Include unittests in checkpoint cell for language-translation
  • Loading branch information
mcleonard authored Jul 21, 2017
2 parents c215e51 + f61ca71 commit 8dcc0cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions language-translation/dlnd_language_translation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@
"\"\"\"\n",
"import numpy as np\n",
"import helper\n",
"import problem_unittests as tests\n",
"\n",
"(source_int_text, target_int_text), (source_vocab_to_int, target_vocab_to_int), _ = helper.load_preprocess()"
]
Expand Down

0 comments on commit 8dcc0cb

Please sign in to comment.