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
import torch2trt_dynamic
Traceback (most recent call last):
File "", line 1, in
File "/home_orin/anaconda3/envs/track2/lib/python3.8/site-packages/torch2trt_dynamic/init.py", line 3, in
from .converters import * # noqa: F401,F403
File "/home_orin/anaconda3/envs/track2/lib/python3.8/site-packages/torch2trt_dynamic/converters/init.py", line 19, in
from . import grid_sample # noqa: F401
File "/home_orin/anaconda3/envs/track2/lib/python3.8/site-packages/torch2trt_dynamic/converters/grid_sample.py", line 8, in
bicubic=trt.ResizeMode.CUBIC)
AttributeError: type object 'tensorrt.tensorrt.ResizeMode' has no attribute 'CUBIC'
The text was updated successfully, but these errors were encountered:
tensorrt 8.4.1.5
The text was updated successfully, but these errors were encountered: