export:
checkpoint: ‘EVALMODEL’
onnx_file: ‘EXPORTDIR/efficientnet-b0.onnx’
data_type: ‘fp32’
In the Creating an Experiment Spec File - Specification File for Classification description on this homepage, after setting data_type: ‘fp32’ and running tao model classification_tf2 export -e specs_path.yaml, an error like the capture below occurred. It seems that the data_type parameter is not supported, so it seems that it needs to be modified on the homepage.
So, how should I set calib (int8, fp16, fp32) when converting onnx?
2 posts - 2 participants