When training a Tensorflow model on GPU, calling:
model.fit(...)
exits with code -1073740791 (0xC0000409) immediately:
Epoch 1/500
2021-10-16 20:13:42.154951: I tensorflow/stream_executor/platform/default/dso_loader.cc:53] Successfully opened dynamic library cudnn64_8.dll
Process finished with exit code -1073740791 (0xC0000409)
Doing the same thing on CPU works without any problem.
System information:
- Python version: 3.8
- CUDA version: 11.2
- cuDNN version: 8.1
- Tensorflow version: 2.5
- OS: Windows 10 Pro