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
You are right, with my code a window of data interictal is considered 2 times.
I would like to update the code with your suggestion but before I want to be sure that is not causing the error. Do you have the possibility to make the change and run the code and let me know if everything works fine with your suggestion?
@setwindowhook I asked you because I don't have anymore the environment set up for running the code.
CNNs-on-CHB-MIT/DataserToSpectogram.py
Line 143 in b85441c
why,there
return (data.shape[1]-t*_SIZE_WINDOW_SPECTOGRAM)*-1
not
return (data.shape[1]-(t * movement+_SIZE_WINDOW_SPECTOGRAM))*-1
The text was updated successfully, but these errors were encountered: