hfawaz / aaltd18

Data augmentation using synthetic data for time series classification with deep residual networks
GNU General Public License v3.0
183 stars 42 forks source link

ImportError: cannot import name 'dynamic_time_warping' #6

Closed whungt closed 5 years ago

whungt commented 5 years ago

Hi there,

I've successfully installed distances/dtw/setup.py. But I still got the import error in the title when running main.py. Is there anyone got the same problem? BTW, I'm under anaconda virtual env, not sure if this causing problem.

Thanks

hfawaz commented 5 years ago

Hi,

Did you manage to run the utils/build-cython.sh ?

Maybe try changing the permissions?

Best

whungt commented 5 years ago

This works. I just missed this operation in README.md Anyway, Thank you.