Neural_Decoding icon indicating copy to clipboard operation
Neural_Decoding copied to clipboard

Error importing keras.utils.np_utils

Open danielwang365 opened this issue 2 years ago • 1 comments

When using Neural_Decoding.decoders, there is an error when importing from keras.utils import np_utils. I resolved this by substituting from keras.utils import np_utils with from keras.utils import to_categorical since only the the to_categorical() method is used in the code.

danielwang365 avatar Oct 01 '23 22:10 danielwang365

image

danielwang365 avatar Oct 01 '23 22:10 danielwang365