Skip to content

Commit

Permalink
fixed minor errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bckenstler committed Aug 16, 2017
1 parent 60754a3 commit 714c9f2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions deeplearning2/spelling_bee_RNN.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1508,7 +1508,7 @@
"metadata": {
"anaconda-cloud": {},
"kernelspec": {
"display_name": "Python [default]",
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
Expand All @@ -1522,7 +1522,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.0"
"version": "3.6.2"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions deeplearning2/tiramisu-pytorch.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 1,
"metadata": {
"collapsed": true
},
Expand Down Expand Up @@ -313,7 +313,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.0"
"version": "3.6.2"
},
"latex_envs": {
"LaTeX_envs_menu_present": true,
Expand Down
2 changes: 1 addition & 1 deletion deeplearning2/translate.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@
"outputs": [],
"source": [
"w2v_path='/data/jhoward/datasets/nlp/frWac_non_lem_no_postag_no_phrase_200_skip_cut100.bin'\n",
"fr_model = word2vec.Word2Vec.load_word2vec_format(w2v_path, binary=True)\n",
"fr_model = word2vec.KeyedVectors.load_word2vec_format(w2v_path, binary=True)\n",
"fr_voc = fr_model.vocab"
]
},
Expand Down

0 comments on commit 714c9f2

Please sign in to comment.