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
Yes, when using TensorRT 10, the error is "AttributeError: 'tensorrt.tensorrt.INetworkDefinition' object has no attribute 'add_padding'. Did you mean: 'add_padding_nd?'" occurs due to improper use of the method.
In TensorRT 10, the INetworkDefinition.add_padding() method has been replaced by INetworkDefinition.add_padding_nd().
The text was updated successfully, but these errors were encountered:
Yes, when using TensorRT 10, the error is "AttributeError: 'tensorrt.tensorrt.INetworkDefinition' object has no attribute 'add_padding'. Did you mean: 'add_padding_nd?'" occurs due to improper use of the method.
In TensorRT 10, the INetworkDefinition.add_padding() method has been replaced by INetworkDefinition.add_padding_nd().
The text was updated successfully, but these errors were encountered: