cuDNN issue resolved by
- removing cuDNN 8.1.0.77 (
conda remove cuDNN
)
- installing cuDNN 8.0.5.39 (
conda install -c conda-forge cudnn=8.0.5.39
)
Test notebook now trains! GPU use is strong.
Results:
Epoch 1, Loss: 0.001776, Accuracy: 99.9500, Test Loss: 0.130018, Test Accuracy: 98.4100, Timing: 3.4877 seconds/epoch
Epoch 2, Loss: 0.000761, Accuracy: 99.9783, Test Loss: 0.135070, Test Accuracy: 98.4000, Timing: 3.4305 seconds/epoch
Epoch 3, Loss: 0.001070, Accuracy: 99.9667, Test Loss: 0.159565, Test Accuracy: 98.4500, Timing: 3.4037 seconds/epoch
Epoch 4, Loss: 0.001924, Accuracy: 99.9583, Test Loss: 0.148481, Test Accuracy: 98.4200, Timing: 3.4481 seconds/epoch
Epoch 5, Loss: 0.000880, Accuracy: 99.9750, Test Loss: 0.171329, Test Accuracy: 98.4700, Timing: 3.5546 seconds/epoch
The individual epochs are clearly visible in the CUDA usage
UPDATE - nVidia DLL summary
NVIDIA files in C:\Users\Julian\anaconda3\envs\TFT2_4_ENV_CUDA_11_PY3_8\Library\bin
['Name', 'Company', 'Version']
cublas64_11.dll, NVIDIA Corporation, 6.14.11.1120
cublasLt64_11.dll, NVIDIA Corporation, 6.14.11.1120
cudart64_110.dll, NVIDIA Corporation, 6.14.11.11000
cudnn64_8.dll, NVIDIA Corporation, 6.14.11.6050
cudnn_adv_infer64_8.dll, NVIDIA Corporation, 6.14.11.11000
cudnn_adv_train64_8.dll, NVIDIA Corporation, 6.14.11.11000
cudnn_cnn_infer64_8.dll, NVIDIA Corporation, 6.14.11.11000
cudnn_cnn_train64_8.dll, NVIDIA Corporation, 6.14.11.11000
cudnn_ops_infer64_8.dll, NVIDIA Corporation, 6.14.11.11000
cudnn_ops_train64_8.dll, NVIDIA Corporation, 6.14.11.11000
cufft64_10.dll, NVIDIA Corporation, 6.14.11.1021
cufftw64_10.dll, NVIDIA Corporation, 6.14.11.1021
curand64_10.dll, NVIDIA Corporation, 6.14.11.1021
cusolver64_10.dll, NVIDIA Corporation, 6.14.11.1060
cusolverMg64_10.dll, NVIDIA Corporation, 6.14.11.1060
cusparse64_11.dll, NVIDIA Corporation, 6.14.11.1111
nppc64_11.dll, NVIDIA Corporation, 6.14.11.1110
nppial64_11.dll, NVIDIA Corporation, 6.14.11.1110
nppicc64_11.dll, NVIDIA Corporation, 6.14.11.1110
nppidei64_11.dll, NVIDIA Corporation, 6.14.11.1110
nppif64_11.dll, NVIDIA Corporation, 6.14.11.1110
nppig64_11.dll, NVIDIA Corporation, 6.14.11.1110
nppim64_11.dll, NVIDIA Corporation, 6.14.11.1110
nppist64_11.dll, NVIDIA Corporation, 6.14.11.1110
nppisu64_11.dll, NVIDIA Corporation, 6.14.11.1110
nppitc64_11.dll, NVIDIA Corporation, 6.14.11.1110
npps64_11.dll, NVIDIA Corporation, 6.14.11.1110
nvblas64_11.dll, NVIDIA Corporation, 6.14.11.1120
nvjpeg64_11.dll, NVIDIA Corporation, 6.14.11.1111
nvrtc64_110_0.dll, NVIDIA Corporation, 6.14.11.9000
nvvm64_33_0.dll, NVIDIA Corporation, 6.14.11.9000