KunMeng
KunMeng
I want to convert a model into an AMP model. This is my code: ```python def convert_float32_to_mixed_precision(fp32_model_path, mixed_precision_model_path): from onnxconverter_common import auto_mixed_precision import onnx model = onnx.load(fp32_model_path) import numpy as...
``` 2023/08/30 15:39:26 Server Start Awaiting Signal 2023/08/30 15:39:26 H265_AAC Stream Try Connect 2023/08/30 15:39:26 [OPTIONS rtsp://192.168.211.68:554/0 RTSP/1.0 CSeq: 1 User-Agent: Lavf58.76.100 ] 2023/08/30 15:39:26 [RTSP/1.0 200 OK CSeq: 1...