Hi, I appreciate your job for HAR. I firstly read your paper and then google your DeepConvLSTM. I fork your repo, and want to reproduction your result. But there is some question I did not get you. In DeepConvLSTM.ipynb, why are you just slide window for test data, but not for traning data?
It is locate in
# Sensor data is segmented using a sliding window mechanism X_test, y_test = opp_sliding_window(X_test, y_test, SLIDING_WINDOW_LENGTH, SLIDING_WINDOW_STEP) print(" ..after sliding window (testing): inputs {0}, targets {1}".format(X_test.shape, y_test.shape))
I look forward to your reply. And I will give an acknowledgement in my paper for your help.
Hi, I appreciate your job for HAR. I firstly read your paper and then google your DeepConvLSTM. I fork your repo, and want to reproduction your result. But there is some question I did not get you. In DeepConvLSTM.ipynb, why are you just slide window for test data, but not for traning data?
It is locate in
# Sensor data is segmented using a sliding window mechanism X_test, y_test = opp_sliding_window(X_test, y_test, SLIDING_WINDOW_LENGTH, SLIDING_WINDOW_STEP) print(" ..after sliding window (testing): inputs {0}, targets {1}".format(X_test.shape, y_test.shape))I look forward to your reply. And I will give an acknowledgement in my paper for your help.