Remove non-existent example (closes #3533)

This commit is contained in:
Ines Montani 2019-04-03 09:59:17 +02:00
parent dcc67f3f51
commit 2f0f439c54
1 changed files with 1 additions and 7 deletions

View File

@ -160,20 +160,14 @@ https://github.com/explosion/spaCy/tree/master/examples/training/train_textcat.p
### Visualizing spaCy vectors in TensorBoard {#tensorboard} ### Visualizing spaCy vectors in TensorBoard {#tensorboard}
These two scripts let you load any spaCy model containing word vectors into This script lets you load any spaCy model containing word vectors into
[TensorBoard](https://projector.tensorflow.org/) to create an [TensorBoard](https://projector.tensorflow.org/) to create an
[embedding visualization](https://www.tensorflow.org/versions/r1.1/get_started/embedding_viz). [embedding visualization](https://www.tensorflow.org/versions/r1.1/get_started/embedding_viz).
The first example uses TensorBoard, the second example TensorBoard's standalone
embedding projector.
```python ```python
https://github.com/explosion/spaCy/tree/master/examples/vectors_tensorboard.py https://github.com/explosion/spaCy/tree/master/examples/vectors_tensorboard.py
``` ```
```python
https://github.com/explosion/spaCy/tree/master/examples/vectors_tensorboard_standalone.py
```
## Deep Learning {#deep-learning hidden="true"} ## Deep Learning {#deep-learning hidden="true"}
### Text classification with Keras {#keras} ### Text classification with Keras {#keras}