You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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