Skip to content

Commit

Permalink
Addresses issue cgpotts#120
Browse files Browse the repository at this point in the history
  • Loading branch information
cgpotts committed Feb 6, 2023
1 parent ce27b9b commit 2d2c2db
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 @@ -891,7 +891,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"For the main interface, we can just subclass `TorchRNNClassifier` and change the `build_graph` method to use `TorchVecAvgModel`. (For more details on the code and logic here, see the notebook [tutorial_torch_models.ipynb](tutorial_torch_models.ipynb).)"
"For the main interface, we can just subclass `TorchRNNClassifier` and change the `build_graph` method to use `TorchVecAvgModel`. (For more details on the code and logic here, see the notebook [tutorial_pytorch_models.ipynb](tutorial_pytorch_models.ipynb).)"
]
},
{
Expand Down

0 comments on commit 2d2c2db

Please sign in to comment.