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
File "/venv/lib/python3.10/site-packages/torch2trt-0.4.0-py3.10.egg/torch2trt/torch2trt.py", line 310, in wrapper
converter["converter"](ctx)
File "/venv/lib/python3.10/site-packages/torch2trt-0.4.0-py3.10.egg/torch2trt/converters/interpolate.py", line 81, in convert_interpolate_trt7
if not isinstance(scales, collections.Sequence):
AttributeError: module 'collections' has no attribute 'Sequence'
Because it has been dropped from the collections module in python 3.10
The text was updated successfully, but these errors were encountered:
Model export is failing on:
Because it has been dropped from the
collections
module in python 3.10The text was updated successfully, but these errors were encountered: