NotImplementedError using the OAK collab notebook

While using the OAK notebook, the only thing I’ve changed is the curl link and the max batch size as it kept timing out.
this is in the converting YOLO weights to .pb
cell:
!python3 convert_weights_pb.py --weights_file /content/darknet/backup/custom-yolov3-tiny-detector_best.weights --class_names /content/darknet/data/obj.names --data_format NHWC --tiny

Hi @RowanMo, can you link the notebook you’re using so we can determine where the bug occurs, and how to remedy this issue?