You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have successfully converted to ONNX, but I'm getting an error when converting to TensorRT. What should I do?
[TRT] [E] /ecd1/ecd1.0/ecd1.0.0/Conv: two inputs (data and weights) are allowed only in explicit-quantization mode.
In node 52 (parseGraph): INVALID_NODE: Invalid Node - /ecd1/ecd1.0/ecd1.0.0/Conv
/ecd1/ecd1.0/ecd1.0.0/Conv: two inputs (data and weights) are allowed only in explicit-quantization mode.
The text was updated successfully, but these errors were encountered:
Hi, @luhairong11 If TensorRT is less than 8.5, modifications need to be made to ModulatedConv2d, as described in this and this. If TensorRT is 8.5 or newer, the conversion can be done directly.
I have successfully converted to ONNX, but I'm getting an error when converting to TensorRT. What should I do?
[TRT] [E] /ecd1/ecd1.0/ecd1.0.0/Conv: two inputs (data and weights) are allowed only in explicit-quantization mode.
In node 52 (parseGraph): INVALID_NODE: Invalid Node - /ecd1/ecd1.0/ecd1.0.0/Conv
/ecd1/ecd1.0/ecd1.0.0/Conv: two inputs (data and weights) are allowed only in explicit-quantization mode.
The text was updated successfully, but these errors were encountered: