Object detection with Model Garden

Hello everybody, I’m trying to follow Object detection with Model Garden tutorial. Tutorial is very slow with cpu and I want to use colab’s GPU. When I pass to Colab’s gpu following error occurs.

AttributeError: module ‘tensorflow.core.protobuf.error_codes_pb2’ has no attribute ‘tsl’

Everything I use just this colab notebook : Google Colab

I’m just switching to gpu.

Hi @Taha_Er, I have executed the tutorial in colab using the GPU and did not face any error. please refer to this gist for working code. Thank You.

Thank you very much @Kiran_Sai_Ramineni. Your gist works for me too.

@Kiran_Sai_Ramineni Hi again, is there any example tutorial which includes object detection with transfer learning?