Skip to content

an unofficial PyTorch implementation of ICLR 2019 paper IMPROVING SEQUENCE-TO-SEQUENCE LEARNING VIA OPTIMAL TRANSPORT

Notifications You must be signed in to change notification settings

ymgw55/OT-Seq2Seq-PyTorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OT-Seq2Seq-PyTorch

This repository is an unofficial PyTorch implementation of ICLR 2019 paper IMPROVING SEQUENCE-TO-SEQUENCE LEARNING VIA OPTIMAL TRANSPORT

Official TensorFlow implementation is here.

This repository uses Weights and Biases.

Environment

Docker

docker build -t ot-seq2seq-pytorch docker/
docker run --rm -it --gpus device=0 -v $PWD:/work -w /work ot-seq2seq-pytorch bash

or simply install requirements:

python -m pip install -r docker/requirements.txt

About

an unofficial PyTorch implementation of ICLR 2019 paper IMPROVING SEQUENCE-TO-SEQUENCE LEARNING VIA OPTIMAL TRANSPORT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published