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, found a bug in code. In 'data_preprocess.py' line 52,
I believe the code should be
str_folder = data_folder + 'UCI HAR Dataset/'
instead of
str_folder = 'data_folder' + 'UCI HAR Dataset/'
Hello, found a bug in code. In 'data_preprocess.py' line 52,
I believe the code should be
str_folder = data_folder + 'UCI HAR Dataset/'
instead of
str_folder = 'data_folder' + 'UCI HAR Dataset/'
Link:
Deep-learning-activity-recognition/pytorch/data_preprocess.py
Line 52 in 2a6b6ba
The text was updated successfully, but these errors were encountered: