Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 274 Bytes

TODO.md

File metadata and controls

18 lines (10 loc) · 274 Bytes

Catbird

Catbird is an open source paraphrase generation toolkit based on PyTorch.

Todo

  • seq_len, bsz -> bsz, seq_len
  • Test everything else

In Progress

  • Stacked Residual LSTM
  • LSTM with Attention
  • Vanilla Transformer

Done ✓