Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Dilated convolution and Speech model bug fixes

Compare
Choose a tag to compare
@jennifermyers jennifermyers released this 18 Jan 02:16
· 162 commits to master since this release
  • Bug fix: Add dilation to object dict and assign defaults to dil_w = dil_h = 1 [#335, #336]
  • Bug fix: Prevent GPU backend from ignoring non-zero slope in Rectlinclip and change default slope to 0
  • Bug fix: Nesterov momentum was updating velocities incorrectly