logo
Browse Source

update readme with dc2

main
ChengZi 2 years ago
parent
commit
c5ab3ba586
  1. 2
      README.md

2
README.md

@ -25,8 +25,6 @@ For text query input, load text embeddings extracted from pre-trained models. Th
For `ind` input, if a data in one of the modalities is invalid(such as NaN) or you do not want use it, the corresponding value in `ind` is 0, else 1.
*Write the pipeline code*:
```python
from towhee.dc2 import pipe, ops, DataCollection
import torch

Loading…
Cancel
Save