installing both tensorflow and flowdec through the pip install instructions results in the above problem.
This is a tensorflow problem and can be solved by rolling back the CUDA install to v9.0, and getting the appropriate cudnn. See here: tensorflow/tensorflow#22794
installing the proper cudnn into CUDA v10 works as well .. so far
installing both tensorflow and flowdec through the pip install instructions results in the above problem.
This is a tensorflow problem and can be solved by rolling back the CUDA install to v9.0, and getting the appropriate cudnn. See here: tensorflow/tensorflow#22794
installing the proper cudnn into CUDA v10 works as well .. so far