haskell icon indicating copy to clipboard operation
haskell copied to clipboard

Tensorflow 2.9 Compatibility

Open sheepforce opened this issue 3 years ago • 1 comments

I am trying to get tensorflow bindings working in my Haskell project, that due to its complex dependencies is mainly built with Nix. In #277 I've started to write some Nix for this repo, but it seems that the 2.9 release of Tensorflow is not supported yet, correct?

What would be needed to get it compatible?

sheepforce avatar Jul 27 '22 20:07 sheepforce

This commit switched us to TF-2.3.0. Hopefully something similar to this will get you to 2.9. If you do the upgrade, we'll merge it.

blackgnezdo avatar Jul 28 '22 01:07 blackgnezdo

Apparently, this commit in January bumped the version to 2.10.1.

larsvansoest avatar Mar 09 '23 14:03 larsvansoest