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
1.windows anaconda3 ,versions of some packages
librosa == 0.6.0
keras == 2.3.1
numba == 0.48.0
2. some porblems and solutions
original_keras_version = f.attrs['keras_version'].decode('utf8')
AttributeError: 'str' object has no attribute 'decode'
1.windows anaconda3 ,versions of some packages
librosa == 0.6.0
keras == 2.3.1
numba == 0.48.0
2. some porblems and solutions
original_keras_version = f.attrs['keras_version'].decode('utf8')
AttributeError: 'str' object has no attribute 'decode'
audio_open
raise NoBackendError()
audioread.exceptions.NoBackendError
The text was updated successfully, but these errors were encountered: