Open zijin520 opened 3 years ago
They opened sourced the compiler code. You might be able to figure out from that if they support other models. Based on the command to call the compiler it seems that they only support a caffemodel.
I think you can try onnc ? it supports onnx model.
I think you can try onnc ? it supports onnx model.
onnc only support FP16 on NVDLA there is no int8 support without purchasing the commercial version.
NVDLA only supports caffe mdel?