ermongroup / Wifi_Activity_Recognition

Code for IEEE Communication Magazine (A Survey on Behaviour Recognition Using WiFi Channle State Information)
GNU General Public License v3.0
251 stars 78 forks source link

Memory error #7

Closed duynht closed 6 years ago

duynht commented 6 years ago

Hi,
Thank you for the new dataset. Unfortunately, somehow I got "xx = np.concatenate((xx,x2),axis=0) MemoryError" when converting your dataset. I have tried with different window_size and slide_size but the error persist. My machine has 16GB of RAM. Do you have any idea of resolving this? Thanks a lot!

steven520142 commented 5 years ago

Hi, I have the same issue. How much Memory did you use to run this code?