ermongroup/Wifi_Activity_Recognition

error in “cross_vali_data_convert_merge.py”

Closed this issue · 2 comments

Traceback (most recent call last):
File "./test_wu/cross_vali_data_convert_merge.py", line 108, in
x, y = dataimport(filepath1, filepath2)
File "./test_wu/cross_vali_data_convert_merge.py", line 33, in dataimport
xx = xx.reshape(len(xx),-1)
ValueError: cannot reshape array of size 0 into shape (0,newaxis)

How can I solve this problem?

Thanks a lot!

Check Dataset location. The python file can not find the dataset files location

我也遇到了这个问题,我想问下怎么解决的呢