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
When i use the "example.py" ,pycharm say "AttributeError: CWT_learner instance has no attribute 'train'".
I want to know how to solve it. Thanks. Traceback (most recent call last): File "D:/Desktop/Python/SignalRecognition-master/example.py", line 27, in <module> cwt_learn.train() AttributeError: CWT_learner instance has no attribute 'train'
The text was updated successfully, but these errors were encountered:
When i use the "example.py" ,pycharm say "AttributeError: CWT_learner instance has no attribute 'train'".
I want to know how to solve it. Thanks.
Traceback (most recent call last): File "D:/Desktop/Python/SignalRecognition-master/example.py", line 27, in <module> cwt_learn.train() AttributeError: CWT_learner instance has no attribute 'train'
The text was updated successfully, but these errors were encountered: