The Wayback Machine - https://web.archive.org/web/20210822003757/https://github.com/topics/seq2seq
Skip to content
#

seq2seq

Here are 788 public repositories matching this topic...

transformers
willfrey
willfrey commented Jul 19, 2021

https://github.com/huggingface/transformers/blob/546dc24e0883e5e9f5eb06ec8060e3e6ccc5f6d7/src/transformers/models/gpt2/modeling_gpt2.py#L698

Assertions can't be relied upon for control flow because they can be disabled, as per the following:

$ python --help
usage: python [option] ... [-c cmd | -m mod | file | -] [arg] ...
...
-O     : remove assert and __debug__-dependent statem

Automatic Speech Recognition (ASR), Speaker Verification, Speech Synthesis, Text-to-Speech (TTS), Language Modelling, Singing Voice Synthesis (SVS), Voice Conversion (VC)
  • Updated Aug 13, 2021
myboyliu
myboyliu commented Jun 25, 2021

1.希望可以把底层的api文档再完善一些,比如encoder,decoder,以便于复现一些论文
2.希望可以维护一个pytorch和paddle的api对照一览表,尽量全一些
3.错误日志能否准确一些,有时候datalaoder出的一些错误信息不好定位
4.能否增加使用梯度累加特性,进一步提高batch size

seq2seq-signal-prediction
guillaume-chevalier
guillaume-chevalier commented Nov 26, 2017

The code would already produce charts in English. However, the current charts are in French.

One would need to try all the exercises to regenerate new charts, incorporate them in the notebook, and then regenerate the README in a clean way, as well as the .py file if the code in the notebook changed.

The French branch (which is named francais) should remain untouched.

Improve this page

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

Learn more