harvardnlp / pytorch-struct

Fast, general, and tested differentiable structured prediction in PyTorch
http://harvardnlp.github.io/pytorch-struct
MIT License
1.11k stars 93 forks source link

Low memory implementations #115

Open srush opened 3 years ago

srush commented 3 years ago

A lot of the approaches could also have low-memory versions (like CKY does). Figure out how to enable that in a clean manner (v0.6)