nvdla / sw

NVDLA SW
Other
489 stars 193 forks source link

NVDLA does not support Tensorflow and pyTorch? #217

Open zijin520 opened 3 years ago

zijin520 commented 3 years ago

NVDLA only supports caffe mdel?

kthoru01 commented 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.

LeiWang1999 commented 3 years ago

I think you can try onnc ? it supports onnx model.

mtx512 commented 3 years ago

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.