Skip to content

Commit

Permalink
[Week 7] Avoid AttributeError on TF BasicTranslationModel
Browse files Browse the repository at this point in the history
  • Loading branch information
dniku committed Apr 5, 2020
1 parent 984acc7 commit f1990bd
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions week07_seq2seq/practice_tf.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -796,15 +796,6 @@
" (np.mean(loss_history[-10:]), np.mean(editdist_history[-10:])))"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"model.translate(\"EXAMPLE;\")"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down

0 comments on commit f1990bd

Please sign in to comment.