HEmile / storchastic

Stochastic Automatic Differentiation library for PyTorch.
GNU General Public License v3.0
180 stars 5 forks source link

Implemented handling eos tokens #75

Closed HEmile closed 4 years ago

HEmile commented 4 years ago

storch.sampling.seq now properly handles end of sequence (EOS) tokens. Closes #57

Additionally, this commit contains a lot of documentation improvements.