Skip to content

Commit

Permalink
docs(cookbook): fix two typos in the executor part (#2494)
Browse files Browse the repository at this point in the history
  • Loading branch information
mapleeit committed May 28, 2021
1 parent 124f749 commit bba8d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/2.0/cookbooks/Executor.md
Expand Up @@ -548,7 +548,7 @@ by [fastai](https://github.com/fastai/fastai).

The `encode` function of this executor generates a feature vector for each image in each `Document` of the
input `DocumentArray`. The feature vector generated is the output activations of the neural network (a vector of 1000
components). Note the embedding of each text is perfomed in a joined operation (all embeddings are creted for all images
components). Note the embedding of each text is performed in a joined operation (all embeddings are created for all images
in a single function call) to achieve higher performance.

As a result each `Document` in the input `DocumentArray` _docs_ will have an `embedding` after `encode()` has
Expand Down

0 comments on commit bba8d9c

Please sign in to comment.