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
tensorflow-core-ops> Configuring tensorflow-core-ops-0.2.0.1...
tensorflow-core-ops> build
tensorflow-core-ops> parseAttrType: unrecognized type "func" for op "LegacyParallelInterleaveDatasetV2"
tensorflow-core-ops> CallStack (from HasCallStack):
tensorflow-core-ops> error, called at src/TensorFlow/OpGen/ParsedOp.hs:345:10 in tensorflow-opgen-0.2.0.1-BoVt9892svW5DvHSRs0Z2o:TensorFlow.OpGen.ParsedOp
The text was updated successfully, but these errors were encountered:
I'd rather grab from hackage or if it was integrated well with stack. Is that stackage? My stack.yaml file is full of those odd dependency lines with ugly hashes for it to find tensorflow.
Btw how come this project is split up into so many subpackages when so many of them are needed for very basic examples?
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:
tensorflow-core-ops> Configuring tensorflow-core-ops-0.2.0.1...
tensorflow-core-ops> build
tensorflow-core-ops> parseAttrType: unrecognized type "func" for op "LegacyParallelInterleaveDatasetV2"
tensorflow-core-ops> CallStack (from HasCallStack):
tensorflow-core-ops> error, called at src/TensorFlow/OpGen/ParsedOp.hs:345:10 in tensorflow-opgen-0.2.0.1-BoVt9892svW5DvHSRs0Z2o:TensorFlow.OpGen.ParsedOp
The text was updated successfully, but these errors were encountered: