Open olegnn opened 4 years ago
Same issue as well, unfortunately I can't view that Google APIs directory so hard To debug whats available whats not available.
Same issue - any fix yet?
I am facing the same issue.
First of all, tensorflow_gpu
feature is not supported as the official site states:
Install GPU support (optional, Linux only) There is no GPU support for macOS.
https://www.tensorflow.org/install/source#install_gpu_support_optional_linux_only
Still, you can use this binding without tensorflow_gpu
on macOS.
The error messages themselves are not user-friendly and may need to be polished.
OS:
Darwin Kernel Version 19.0.0: Wed Sep 25 20:18:50 PDT 2019; root:xnu-6153.11.26~2/RELEASE_X86_64
.If add latest version (
0.14.0
) withfeatures = ["tensorflow_gpu"]
toCargo.toml
, most of times I get errors likeor something similar (invalid gzip header, corrupt deflate stream etc).
cargo clean
, removing./target
and cleaning~/.cargo
cache don't help, it happens regularly.But version
0.13.0
isn't available at all