Skip to content

Last Pytorch 0.4.0 version

Compare
Choose a tag to compare
@vince62s vince62s released this 28 Aug 19:05
· 919 commits to master since this release
e723f2a

New in this release:

Multi-GPU based on torch distributed (acknowledgement to Fairseq)
Change from Epoch to Step (see opts.py)
Average Attention Network (AAN) for the Transformer (thanks @francoishernandez )
New fast beam search (see -fast in translate.py) (thanks @guillaumekln)
Sparse attention / sparsemax (thanks to @bpopeters)

and many fixes.

This is the last version with pytorch 0.4.0
Next 0.4.1 pytorch version includes breakings changes.