1
0
Fork 0
mirror of https://github.com/tensorflow/haskell.git synced 2025-03-23 22:25:10 +01:00
Commit graph

13 commits

Author SHA1 Message Date
Bart Schuurmans
e68a414999 Set cabal-version to 2.0 everywhere 2023-01-23 17:17:47 -08:00
jcmartin
4d9d315fbd
Update Package Version Numbers () 2020-11-11 09:21:35 -08:00
jcmartin
c66c912c32
Tensorflow 2.3.0 Support ()
* Tensorflow 2.3.0 building and passing tests.
* Added einsum and test.
* Added ByteString as a possible argument to a function.
* Support more data types for Adam.
* Move to later version of LTS on stackage.
* Added a wrapper module for convolution functions.
* Update ci build to use a later version of stack.
* Removed a deprecated import in GradientTest.
2020-11-06 11:32:21 -08:00
Mike Sperber
568c9b6f03
Update to current proto-lens packages. () 2020-05-21 13:36:52 -07:00
Greg Steuck
580917a731
Switch to LTS 14 and bump versions to 0.2.0.1 ()
* Use newer stack and protoc in Dockerfiles
2019-09-08 12:45:24 -07:00
Yorick
7e1d92c6c2 Bump version constraints for proto-lens-* () 2019-09-02 18:19:07 -07:00
Daniel YU
7316062c10 upgrade to ghc 8.6.4 () 2019-04-11 19:27:15 -07:00
Christian Berentsen
61e58fd33f Use proto-lens* == 0.3.* ()
* Include more *_Fields modules
2018-09-04 10:44:52 -07:00
fkm3
85bf0bb12c
Bump all of the versions to 0.2.0.0 () 2018-08-02 22:07:30 -04:00
Christian Berentsen
042910b000 Added logGraph for graph visualization in TensorBoard () 2017-06-19 20:53:55 -07:00
Judah Jacobson
0fa719b701 Fix .cabal files so 'stack check' passes. ()
- Add LICENSE files for all packages.
- Add descriptions for packages that were missing one.
- Work around  by symlinking third_party into
  tensorflow-proto.
2017-05-10 11:37:00 -07:00
Christian Berentsen
21b723d542 Adapt to lts-8.6 and use proto-lens-0.2.0.1 () 2017-04-11 14:09:01 -07:00
fkm3
b3c0997a8c Add support for logging to tensorboard ()
Add support for logging to tensorboard

Based on @gnezdo's internal version with some differences:

* Uses a pure haskell implementation of EventWriter instead of FFI.
* Special `buildAnd*` functions were dropped in favor of using
  `mergeAllSummaries :: Build SummaryTensor` with the normal
  `build` function.
2017-02-20 19:16:42 -08:00