Skip to content
#

language-model

Here are 805 public repositories matching this topic...

transformers
fcakyon
fcakyon commented Dec 6, 2021

🚀 Feature request

Make CLIPFeatureExtractor (or any FeatureExtractor in general) accept batch of images as torch.Tensor.

Motivation

Currently batch of images as torch.Tensor are not treated as a batch, it has to be a List[torch.Tensor] but it is not the case when using native Pytorch DataLoader. Can we update this line so that it accepts batches as torch.Tensor. Maybe we ca

haystack
maxupp
maxupp commented Nov 12, 2021

_handle_duplicate_documents and _drop_duplicate_documents in the elastic search document store will always report self.index as the index with the conflict, which is obviously incorrect.

Edit: Upon further investigation, this is actually a lot worse. Using multiple indices with the ElasticSearch DocumentStore is completely broken due to the fact, that this is used in `_handle_duplicate_do

Automatic Speech Recognition (ASR), Speaker Verification, Speech Synthesis, Text-to-Speech (TTS), Language Modelling, Singing Voice Synthesis (SVS), Voice Conversion (VC)

  • Updated Nov 12, 2021

Improve this page

Add a description, image, and links to the language-model topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the language-model topic, visit your repo's landing page and select "manage topics."

Learn more