You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building the test suite fails with this error:
Linking dist/build/FFITest/FFITest ...
Preprocessing test suite 'VarIntTest' for tensorflow-0.1.0.2...
[1 of 1] Compiling Main ( tests/VarIntTest.hs, dist/build/VarIntTest/VarIntTest-tmp/Main.dyn_o )
Linking dist/build/VarIntTest/VarIntTest ...
running tests
Running 2 test suites...
Test suite FFITest: RUNNING...
ParseAllOps: [Failed]
ERROR: toEnum: unknown value for enum DataType: 22
CallStack (from HasCallStack):
error, called at dist/build/autogen/Proto/Tensorflow/Core/Framework/Types.hs:207:16 in tensorflow-proto-0.1.0.0-GW6eAirpxxgQS0lqQzXnG:Proto.Tensorflow.Core.Framework.Types
Test Cases Total
Passed 0 0
Failed 1 1
Total 1 1
Test suite FFITest: FAIL
Test suite logged to: dist/test/tensorflow-0.1.0.2-FFITest.log
Test suite VarIntTest: RUNNING...
Test suite VarIntTest: PASS
Test suite logged to: dist/test/tensorflow-0.1.0.2-VarIntTest.log
1 of 2 test suites (1 of 2 test cases) passed.
When building the test suite fails with this error:
This is a build using nix:
Where tf-c.nix is as follows: (note I commented out the usage of CUDA).
The text was updated successfully, but these errors were encountered: