Suggest cudnn for my laptop

I am having windows 10, graphics card nvidia geforce 230 11.0 , python 3.7 and tensorflow 2.2 .
where I installed 11.0 cuda tool kit and cudnn 8.0.4 but code throwing error.
while gpu and cudnn is recognized and deep learning code works in jupyter notebook,

error appearing in pycharm ide.

Failed to get convolution algorithm. This is probably because cuDNN failed to initialize, so try looking to see if a warning log message was printed above.
[[node model_1/conv1_conv/Conv2D (defined at D:\data_science\myfolder\bigquestions.py:46) ]] [Op:__inference_predict_function_4932]

Hi @bhumanandabarik,

As per the error it seems to be a OOM issue or setup issue.
Could you please check the logs and memory consumption of your code if it’s crashing due to OOM?
Also, please try to run sample code of cuDNN to validate the setup. Will recommend you to use NGC container to avoid any setup dependencies.

Thanks