Open rajesht2418 opened 4 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
From the stack trace it looks like you are hitting windows path length limit.
Please let us know if this helps.
From the stack trace it looks like you are hitting windows path length limit.
Please let us know if this helps.
From the stack trace it looks like you are hitting windows path length limit.
Please let us know if this helps.
From the template it looks like you are installing TensorFlow (TF) prebuilt binaries:
1. Installing TensorFlow-GPU (TF) prebuilt binaries
Make sure you are using compatible TF and CUDA versions. Please refer following TF version and CUDA version compatibility table. | TF | CUDA |
---|---|---|
2.1.0 - 2.2.0 | 10.1 | |
1.13.1 - 2.0 | 10.0 | |
1.5.0 - 1.12.0 | 9.0 |
2. Installing TensorFlow (TF) CPU prebuilt binaries
TensorFlow release binaries version 1.6 and higher are prebuilt with AVX instruction sets.
Therefore on any CPU that does not have these instruction sets, either CPU or GPU version of TF will fail to load. Apparently, your CPU model does not support AVX instruction sets. You can still use TensorFlow with the alternatives given below:
pip install
to install any other preferred TF version.Please let us know if this helps.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
load_dynamicreturn _load(spec)