-
I am using spyder5 IDE with python 3.6.6, TF 2.6 under Anaconda dist. I did - pip install tsai to install tsai and all models are running except the ROCKET Code as taken from github - bs = 16 m = ROCKET(c_in, seq_len, n_kernels=1_000, kss=[7, 9, 11]) # 1_000 for testing with a cpu. Default is 10k with a gpu! Exception coming at - m(xb) torch.Size([16, 7, 15]) File "C:\Users\AyanC\git_ai_projects\SiameseNet\Tsai_anomalous_data_forecast_daily.py", line 192, in File "c:\users\ayanc\appdata\local\programs\python\python36\lib\site-packages\torch\nn\modules\module.py", line 1102, in _call_impl File "c:\users\ayanc\appdata\local\programs\python\python36\lib\site-packages\tsai\models\ROCKET.py", line 124, in forward TypeError: init() got an unexpected keyword argument 'comment' Can you please help me out? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
What version of |
Beta Was this translation helpful? Give feedback.
-
What version of tsai are you using? |
Beta Was this translation helpful? Give feedback.
-
Have you solved the problem now? |
Beta Was this translation helpful? Give feedback.
-
I have solved this problem. I have reinstalled a new environment. The setup is as follows. It can run.
|
Beta Was this translation helpful? Give feedback.
I have solved this problem. I have reinstalled a new environment. The setup is as follows. It can run.
Maybe it's the problem of cpu and gpu