haskell icon indicating copy to clipboard operation
haskell copied to clipboard

Haskell bindings for TensorFlow

Results 41 haskell issues
Sort by recently updated
recently updated
newest added

Currently the Haskell bindings are a little bit difficult to access with Nix. This is some work to build the tensorflow bindings with Nix and provide an overlay via a...

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...

This is the error I keep getting when I run "stack build" : `tensorflow > configure (lib) tensorflow > Configuring tensorflow-0.3.0.0... tensorflow > Cabal-simple_mPHDZzAJ_3.0.1.0_ghc-8.8.4: Missing dependency on a foreign tensorflow...

@mihaimaruseac as we discussed, I can keep contributing to this project if I were to be added.

I'm trying to get the Nix packaging for the Haskell bindings up to data, but the `QueueTest` fails. Here's some more info: https://github.com/NixOS/nixpkgs/pull/119411 In particular, copying what I just wrote...

Used these commands from your docker file to obtain tensorflow: curl -O https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-linux-x86_64-2.3.0.tar.gz && \ tar zxf libtensorflow-cpu-linux-x86_64-2.3.0.tar.gz -C /usr/local && \ ldconfig && \ But when doing stack build:...

There seems to be a problem with the container images running docker build -t $IMAGE_NAME docker/gpu where IMAGE_NAME = tensorflow/haskell:1.14.0-gpu will fail to create the ubuntu (?) container : Err:11...

Trying to use tensorflow as part of a project but getting stumped when using stack. stack 2.3.1 x86_64 hpack-0.34.2 ghc 8.8.3 MacOS 10.15.x (Catalina) running `stack install` I get the...

I am trying to build `tensorflow` with `stack` version 2.3.1, but I always run into a compiler error when compiling `tensorflow-ops`: ``` tensorflow-ops > configure tensorflow-ops > Configuring tensorflow-ops-0.2.0.1... tensorflow-ops...

Error message is: `Resolving dependencies... Starting tensorflow-core-ops-0.2.0.1 Building tensorflow-core-ops-0.2.0.1 Failed to install tensorflow-core-ops-0.2.0.1 Build log ( /home/noah/.cabal/logs/ghc-8.6.5/tensorflow-core-ops-0.2.0.1-235Sg1PUXZGDGhDcUwp47K.log ): cabal: Entering directory '/tmp/cabal-tmp-6165/tensorflow-core-ops-0.2.0.1' [1 of 1] Compiling Main ( /tmp/cabal-tmp-6165/tensorflow-core-ops-0.2.0.1/dist/setup/setup.hs, /tmp/cabal-tmp-6165/tensorflow-core-ops-0.2.0.1/dist/setup/Main.o...