Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions examples/notebooks/TextCNN.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"id": "RfRKTxQO51bK"
},
"source": [
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://github.com/pytorch/ignite/blob/master/examples/notebooks/TextCNN.ipynb)"
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/pytorch/ignite/blob/master/examples/notebooks/TextCNN.ipynb)"
]
},
{
Expand Down Expand Up @@ -42,7 +42,7 @@
"source": [
"## Required Dependencies \n",
"\n",
"In this example we only need torchtext and spacy package, assuming that `torch` and `ignite` are already installed. We can install it using `pip`:\n",
"In this example we only need `torchtext` and `spacy` package, assuming that `torch` and `ignite` are already installed. We can install it using `pip`:\n",
"\n",
"`pip install torchtext==0.9.1 spacy`\n",
"\n",
Expand Down Expand Up @@ -1002,4 +1002,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}