mirror of
https://github.com/tensorflow/haskell.git
synced 2024-11-23 03:19:44 +01:00
Update changelog for v0.2.0.0 (#194)
This commit is contained in:
parent
8e1d85b5e5
commit
e40d2c44f0
1 changed files with 7 additions and 2 deletions
|
@ -1,11 +1,16 @@
|
|||
# ChangeLog
|
||||
|
||||
## Upcoming (v0.2.0.0)
|
||||
## v0.2.0.0
|
||||
- Switch to tensorflow 1.8.
|
||||
- Switch to proto-lens 0.2.2.
|
||||
- Compatibility with stackage LTS-11.
|
||||
- Expand the `Rendered` class and add a `ToTensor` class to let more functions
|
||||
(gradients, feed, colocateWith) support `ResourceHandle` wrappers like
|
||||
`Variables`.
|
||||
`Variable`.
|
||||
- Add `initializedValue` function for `Variable`.
|
||||
- Add `TensorFlow.Minimize` module with gradient descent and adam implementations.
|
||||
- Add more gradient implementations.
|
||||
- Misc bug fixes.
|
||||
|
||||
## v0.1.0.2
|
||||
- Add extra-lib-dirs for OS X in the Hackage release (#122).
|
||||
|
|
Loading…
Reference in a new issue