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
Currently we are using torch.fx.symbolic_trace(mod) + ShapeProp to make it pass (this was how it was originally written for). ShapeProp is needed to populate metadata which is being used in capability validation otherwise the metadata is empty which results in Conversion of function torch._ops.aten.aten::_embedding_bag not currently supported! issue
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Environment
Build information about Torch-TensorRT can be found by turning on debug messages
Torch-TensorRT Version (e.g. 1.0.0):
PyTorch Version (e.g. 1.0):
CPU Architecture:
OS (e.g., Linux):
How you installed PyTorch (conda, pip, libtorch, source):
Build command you used (if compiling from source):
Are you using local sources or building from archives:
Python version:
CUDA version:
GPU models and configuration:
Any other relevant information:
Additional context
The text was updated successfully, but these errors were encountered:
Bug Description
Error message:
Currently we are using
torch.fx.symbolic_trace(mod)
+ShapeProp
to make it pass (this was how it was originally written for).ShapeProp
is needed to populate metadata which is being used in capability validation otherwise the metadata is empty which results inConversion of function torch._ops.aten.aten::_embedding_bag not currently supported!
issueTo Reproduce
Steps to reproduce the behavior:
Expected behavior
Environment
conda
,pip
,libtorch
, source):Additional context
The text was updated successfully, but these errors were encountered: