tensorflow / haskell

Haskell bindings for TensorFlow
https://tensorflow.github.io/haskell/haddock/
Apache License 2.0
1.58k stars 196 forks source link

Reverse-mode automatic differentiation #252

Closed johndoe888 closed 5 years ago

johndoe888 commented 5 years ago

Seems like my last comment(question) in this issue was overseen.

As stated I would like to use reverse-mode automatic differentiation in the Haskell Tensorflow bindings. In my tests in TensorFlow 1.14 the GradientTape was usable and did not require eager mode execution.

Maybe you can explain in a little more detail why this is not usable via Haskell? Can I be of help in implementing support for this feature?

blackgnezdo commented 5 years ago

Reopening the original instead.