1
0
Fork 0
mirror of https://github.com/tensorflow/haskell.git synced 2025-01-12 11:59:48 +01:00
tensorflow-haskell/tensorflow-nn
Noon van der Silk 69fdbf677f test case to show can't calculate grad for embedding (and associated fix) (#23)
* Fix for embedding gradient calculation

- Passes vectors instead of scalars to slice
- converts the numRows to a scalar
- add `toScalar` utility function
- minor change to test case so that it actually works

* added lib for testing helper functions

* add flatSlice function
2016-11-17 13:54:36 -08:00
..
src/TensorFlow Starting NN library (#11) 2016-10-27 18:05:27 -07:00
tests test case to show can't calculate grad for embedding (and associated fix) (#23) 2016-11-17 13:54:36 -08:00
Setup.hs Starting NN library (#11) 2016-10-27 18:05:27 -07:00
tensorflow-nn.cabal test case to show can't calculate grad for embedding (and associated fix) (#23) 2016-11-17 13:54:36 -08:00