Skip to content

Commit

Permalink
Remove unnecessary tree model hidden_dim args (h/t @zijwang)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgpotts committed Apr 8, 2019
1 parent c264cc4 commit e29d8aa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sst_03_neural_networks.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,6 @@
" sst_glove_vocab,\n",
" embedding=glove_embedding,\n",
" embed_dim=None, # Ignored when embedding is not `None`\n",
" hidden_dim=50,\n",
" max_iter=10,\n",
" eta=0.05) "
]
Expand Down Expand Up @@ -1062,7 +1061,6 @@
"torch_tree_nn_glove = TorchTreeNN(\n",
" sst_glove_vocab,\n",
" embedding=glove_embedding,\n",
" hidden_dim=50,\n",
" embed_dim=50,\n",
" max_iter=10,\n",
" eta=0.05)"
Expand Down Expand Up @@ -1160,7 +1158,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.1"
"version": "3.7.3"
},
"widgets": {
"state": {},
Expand Down

0 comments on commit e29d8aa

Please sign in to comment.