hfawaz / aaltd18

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

Why do the following errors occur?How? #8

Open monkeystrive opened 4 years ago

monkeystrive commented 4 years ago

image

monkeystrive commented 4 years ago

Traceback (most recent call last): File "main.py", line 1, in from utils.constants import UNIVARIATE_ARCHIVE_NAMES as ARCHIVE_NAMES File "/opt/module/datas/tsc_data_augment/utils/constants.py", line 3, in from distances.dtw.dtw import dynamic_time_warping as dtw ModuleNotFoundError: No module named 'distances.dtw.dtw'

hfawaz commented 4 years ago

This is due to not running the cython script in utils/build-cython.sh