Skip to content

Commit

Permalink
Fix minor typo
Browse files Browse the repository at this point in the history
- s/build_binary_rnn_dataset/build_rnn_dataset/
  • Loading branch information
insop committed Dec 27, 2019
1 parent b6e0e84 commit 9b85b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sst_03_neural_networks.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@
"source": [
"### RNN dataset preparation\n",
"\n",
"SST contains trees, but the RNN processes just the sequence of leaf nodes. The function `sst.build_binary_rnn_dataset` creates datasets in this format:"
"SST contains trees, but the RNN processes just the sequence of leaf nodes. The function `sst.build_rnn_dataset` creates datasets in this format:"
]
},
{
Expand Down

0 comments on commit 9b85b2c

Please sign in to comment.