Skip to content

EDDL v0.9 alpha - cuDNN

Compare
Choose a tag to compare
@salvacarrion salvacarrion released this 17 Feb 17:19
· 824 commits to master since this release
7ac88b4

Highlights:

  • Major performance improvements with an x2 speed-up in CPU and GPU w.r.t v.0.7
  • Memory optimizations
  • Improve building robustness

Details:

  • Add support for cuDNN
  • Add new layers: Squeeze, Unsqueeze, GRU, n-best
  • Improve version of BatchNorm
  • Add wrappers for 1D, 2D, 3D conv
  • Add wrappers for 1D, 2D, 3D pool
  • Improve building robustness
  • Fix initializations
  • Fix ONNX bugs related to LSTMs and Convs
  • Fix memory leaks
  • Fix padding for cuDNN
  • Fix building for Windows
  • Fix tensor mode test