When running this line to convert yolov3 custom model to .pb format:
!python convert_weights_pb.py --class_names "classes.txt" --weights_file "yolov3_training_last.weights" --data_format "NHWC"
I am getting the above error. I am running this code in google colab

When running this line to convert yolov3 custom model to .pb format:
!python convert_weights_pb.py --class_names "classes.txt" --weights_file "yolov3_training_last.weights" --data_format "NHWC"
I am getting the above error. I am running this code in google colab
