mirror of
https://github.com/tensorflow/haskell.git
synced 2024-11-14 23:19:43 +01:00
7720af0afd
* Tested on linux without Docker. * Couldn't get nix build to work, so I just updated the URL and hash. * Did not test macos build. The mnist change was necessary because the argmax output type is now polmorphic.
461 B
461 B
ChangeLog
Upcoming (v0.2.0.0)
- Switch to tensorflow 1.3.
- Expand the
Rendered
class and add aToTensor
class to let more functions (gradients, feed, colocateWith) supportResourceHandle
wrappers likeVariables
. - Add
initializedValue
function forVariable
.
v0.1.0.2
- Add extra-lib-dirs for OS X in the Hackage release (#122).
v0.1.0.1
- Fix the
tensorflow
sdist release by includingc_api.h
.
v0.1.0.0
- Initial release.