Ptx error code when running model.fit

Hi, I am running a deep learning model using cuDNN version 8100.
“I tensorflow/stream_executor/cuda/cuda_dnn.cc:384] Loaded cuDNN version 8100”

The model is running correctly, but right before it trains, I am getting this error message:
" W tensorflow/stream_executor/gpu/redzone_allocator.cc:314] INTERNAL: ptxas exited with non-zero error code -1, output:
Relying on driver to perform ptx compilation.
Modify $PATH to customize ptxas location.
This message will be only logged once."

Can anyone give me some insights into this error message? Can it be ignored? If not, how can I fix this problem?

Thanks.

Hi @Real_objCDT, Could you please provide more details about the Tensorflow version you are using, OS, and in which environment you are executing your code. Thank You.

@Kiran_Sai_Ramineni, thanks for your reply.

TensorFlow version: 2.10.0
OS: Windows
Environment: Python (anaconda)

Hi @Real_objCDT, I have tried to train the model in a windows machine using Tensorflow 2.10 and
i did not face any error.

Thank You.