Coson

Results 2 issues of Coson

I met the NotImplementedError When I convert onnx model yolov3-12.onnx (https://github.com/onnx/models/blob/main/vision/object_detection_segmentation/yolov3/model/yolov3-12.onnx). ERROR: ``` Traceback (most recent call last): File "/home/anna/tools/converter/onnx2pytorch.py", line 157, in model_converted = onnx2pytorch(args.onnx_file, verify=args.verify, File "/home/anna/tools/converter/onnx2pytorch.py", line...

feat

Pydantic V2 changes some of the logic for specifying whether a field annotated as Optional is required (i.e., has no default value) or not (i.e., has a default value of...