The Wayback Machine - https://web.archive.org/web/20200316141549/https://github.com/topics/encoder-decoder
Skip to content
#

encoder-decoder

Here are 258 public repositories matching this topic...

varisd
varisd commented Aug 7, 2018

Based on this line of code:
https://github.com/ufal/neuralmonkey/blob/master/neuralmonkey/decoders/output_projection.py#L125

Current implementation isn't flexible enough; if we train a "submodel" (e.g. decoder without attention - not containing any ctx_tensors) we cannot use the trained variables to initialize model with attention defined because the size of the dense layer matrix input become

FFmpegCommand适用于Android的FFmpeg命令库,实现了对音视频相关的处理,能够快速的处理音视频,大概功能包括:音视频剪切,音视频转码,音视频解码原始数据,音视频编码,视频转图片或gif,视频添加水印,多画面拼接,音频混音,视频亮度和对比度,音频淡入和淡出效果等

  • Updated Jan 23, 2020
  • Java

The purpose of this repository is to make prototypes as case study in the context of proof of concept(PoC) that I have written in my website. Especially, Natural Language Processing, Statistical Machine Learning, and Deep Reinforcement Learning are main topics.

  • Updated Mar 12, 2020
  • Python

Seq2SeqSharp is a tensor based fast & flexible encoder-decoder deep neural network framework written by .NET (C#). It has many highlighted features, such as automatic differentiation, many different types of encoders/decoders(Transformer, LSTM, BiLSTM and so on), multi-GPUs supported and so on.

  • Updated Mar 10, 2020
  • C#
abdullahfarwees
abdullahfarwees commented May 12, 2018

Now application creates a video named "output.mp4". The task is to create a unique name in the following format "SR_DDMMYYYY_%%%.mp4"

DDMMYYYY represents the date, month and year.
%%% represents three digits start from 000 to a maximum of 999.

If the system date is 14-feb-2018, then the filename should be
example names are: SR_14022018_312.mp3

Improve this page

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

Learn more

You can’t perform that action at this time.