mirror of https://github.com/explosion/spaCy.git
Remove non-existent example (closes #3533)
This commit is contained in:
parent
dcc67f3f51
commit
2f0f439c54
|
@ -160,20 +160,14 @@ https://github.com/explosion/spaCy/tree/master/examples/training/train_textcat.p
|
|||
|
||||
### 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
|
||||
[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
|
||||
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"}
|
||||
|
||||
### Text classification with Keras {#keras}
|
||||
|
|
Loading…
Reference in New Issue