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
Hello, I have few questions regarding the new models MultiRocket and Hydra:
How can I import Hydra/HydraPlus? When calling from tsai.models import HydraPlus I am getting this error ImportError: cannot import name 'HydraPlus' from 'tsai.models' (C:\Users\AndreuArderiu\AppData\Roaming\Python\Python38\site-packages\tsai\models\__init__.py), whereas I am not having any issue when importing from tsai.models import MultiRocketPlus
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I have few questions regarding the new models MultiRocket and Hydra:
from tsai.models import HydraPlus
I am getting this errorImportError: cannot import name 'HydraPlus' from 'tsai.models' (C:\Users\AndreuArderiu\AppData\Roaming\Python\Python38\site-packages\tsai\models\__init__.py)
, whereas I am not having any issue when importingfrom tsai.models import MultiRocketPlus
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions