tensorflow-haskell/tensorflow-ops
fkm3 baa501b262
Use newer version of stack in CI (#189)
Required by #187.

The version we were using is old enough that it doesn't work with the
latest stackage LTS. haskellstack.org says

    There is also a Ubuntu package for Ubuntu 16.10 and up, but the
    distribution's Stack version lags behind, ...

So, instead of asking them to update it, it's probably better to
download the tar of the version we want.

Somehow updating stack surfaced a new pedantic warning in GradientTest,
so I've fixed that as well.
2018-05-15 23:19:15 -04:00
..
src/TensorFlow Update to tensorflow 1.7 (#185) 2018-04-17 12:24:31 -04:00
tests Use newer version of stack in CI (#189) 2018-05-15 23:19:15 -04:00
LICENSE Fix .cabal files so 'stack check' passes. (#110) 2017-05-10 11:37:00 -07:00
Setup.hs Initial commit 2016-10-24 19:26:42 +00:00
tensorflow-ops.cabal Gradient of Conv2DBackpropInput (#155) 2017-10-15 11:49:44 -07:00