A fast, ergonomic and portable tensor library in Nim with a deep learning focus for CPU, GPU and embedded devices via OpenMP, Cuda and OpenCL backends
1.34k
stars
96
forks
source link
Implement bidirectional GRU #281
Closed
mratsim closed 6 years ago
Following #272, unidirectional GRUs are implemented with stubs.
Next step is to add support for the reverse time direction. Ideally input shapes should be the same as PyTorch or Chainer.