shared-embedding

There are 4 repositories under shared-embedding topic.

  • howardyclo/pytorch-seq2seq-example

    Fully batched seq2seq example based on practical-pytorch, and more extra features.

    Language:Jupyter Notebook764717
  • JaredFern/VecShare

    This library provides functionality for rapidly sharing and retrieving word embeddings over the internet. (EMNLP 2017).

    Language:Python9306
  • pi-tau/transformer

    The Transformer model implemented from scratch using PyTorch. The model uses weight sharing between the embedding layers and the pre-softmax linear layer. Training on the Multi30k machine translation task is shown.

    Language:Python4210
  • talipucar/DomainTranslation

    Pytorch implementation of "Multi-domain translation between single-cell imaging and sequencing data using autoencoders" (https://www.nature.com/articles/s41467-020-20249-2) with custom models.

    Language:Python3100