- Switch to tensorflow 1.14.0.
- Compatibility with stackage LTS-14.4.
- Switch to proto-lens 0.4.
- Switch to tensorflow 1.9.
- Switch to proto-lens 0.2.2.
- Compatibility with stackage LTS-11.
- Expand the
Rendered
class and add aToTensor
class to let more functions (gradients, feed, colocateWith) supportResourceHandle
wrappers likeVariable
. - Add
initializedValue
function forVariable
. - Add
TensorFlow.Minimize
module with gradient descent and adam implementations. - Add more gradient implementations.
- Misc bug fixes.
- Add extra-lib-dirs for OS X in the Hackage release (#122).
- Fix the
tensorflow
sdist release by includingc_api.h
.
- Initial release.