Skip to content
#

data-augmentation

Here are 584 public repositories matching this topic...

自然语言处理(nlp),小姜机器人(闲聊检索式chatbot),BERT句向量-相似度(Sentence Similarity),XLNET句向量-相似度(text xlnet embedding),文本分类(Text classification), 实体提取(ner,bert+bilstm+crf),数据增强(text augment, data enhance),同义句同义词生成,句子主干提取(mainpart),中文汉语短文本相似度,文本特征工程,keras-http-service调用

  • Updated Sep 23, 2021
  • Python
iver56
iver56 commented Aug 5, 2021

The offset can be randomized, as long as the output has the specified length

Like https://github.com/Spijkervet/torchaudio-augmentations/blob/d044f9d020e12032ab9280acf5f34a337e72d212/torchaudio_augmentations/augmentations/random_resized_crop.py#L5

The idea is that one can have a chain of transforms, and some of them change the input length, but the final length should be fixed. That is where

Improve this page

Add a description, image, and links to the data-augmentation 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 data-augmentation topic, visit your repo's landing page and select "manage topics."

Learn more