Errors may have originated from an input operation. Input Source operations connected to node ResNet101V1_FPN/model/conv1_conv/Conv2D: ResNet101V1_FPN/model/lambda/Pad (defined at /local/lib/python3.7/dist-packages/object_detection/models/keras_models/resnet_v1.py:51)
Function call stack: _dummy_computation_fn
I was working with Tensorflow-gpu==2.6.0 when I encountered this problem. After searching and seeing many suggestions.
I believe TF 2.6.0 isn't having a compatible version with CuDNN 8, so I downgrade the TF to 2.4.1 !pip --upgrade tensorflow-gpu==2.4.1
and it worked.
Another suggestion is to uninstall TensorFlow and tensoflow-gpu and Restart runtime after that, Install the version of TensorFlow you want.
Possible Solutions:
I hope my answer will help.