GTX960M Tensorflow

I am trying to use tensorflow GPU in pyCharm IDE. my configuration is given below

  • Laptop Asus GL552VW,
  • Ubuntu 20.04,
  • GTX 960M (driver version 460),
  • Python 3.8,
  • Tensorflow 2.3.0,
  • CUDA 10.1,
  • CuDNN 7.6.5

but my code is giving following error “CUDA runtime implicit initialization on GPU:0 failed. Status: device kernel image is invalid”

Please help!!!