Open MichaelJanz opened 4 years ago
I have a very similar issue: I am using Windows 10 and an NVIDIA 2080 TI (above the 3.7+ compute capability). I am also using the TensorFlow version 2.3.1.
A better understanding of this issue would be helpful, or a possible solution or workaround would be great! Thanks
The short answer is that the binaries on pip don't include Windows libraries so the import fails. You'll have to compile from source, but I can't guarantee that'll work. It was previously not possible to build TensorFlow + Windows + custom ops due to some TF bugs, and I'm not sure if the TF team has since fixed their build issues.
The other options are to use TensorFlow + Linux (if you must use TF) or PyTorch + Windows (if you must use Windows).
Hi, I tried to use haste for tf for testing reccurent_dropout. However, I got that error message while
import haste_tf as haste
I am using Windows10 and Anaconda. I installed via pip.
Thats the stacktrace: