Commit Graph

8 Commits (0c0ad01cce4e4a175161a889ed48ad9fd246ab31)

Author SHA1 Message Date
Michael Nguyen 1fc9886e4d ability to assign gpu during training, fixed prenet dropout bug 2018-06-19 21:23:00 -05:00
Keith Ito 70ba4aaf69 Use vanilla exponential decay for learning rate 2018-03-17 14:24:38 -07:00
Keith Ito 14ee2615eb Make embedding dimension configurable 2018-03-17 14:22:24 -07:00
Keith Ito 1ff4995eb4 Use location-sensitive attention (hybrid) 2018-03-17 14:08:09 -07:00
Matthew Goldey 7b09826434 fix for tensorflow 1.4.0 2017-10-13 14:56:00 -05:00
Keith Ito 479976b6c5 Simplify text processing, make it easier to adapt to non-English data. 2017-09-04 20:04:59 -07:00
Yunchao He 99518173c0 use clipped_gradients not the original gradients
To my understanding, it's better to use the `clipped_gradients` not the original `gradients`. Is that right?
2017-07-24 17:32:07 +08:00
Keith Ito bc706654ad Initial commit 2017-07-08 13:08:26 -04:00