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 when converting to tensorrt, I get an error.
[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.
Hi, @yangxy Thank you for your open source code. I successfully deployed this model using TensorRT. Here is the link to my implementation: https://github.com/bychen7/Face-Restoration-TensorRT.
The text was updated successfully, but these errors were encountered: