speech-emotion-recognition
speech-emotion-recognition copied to clipboard
IndexError: index 4833 is out of bounds for size 4800
Getting below index error on model.py.
np_resource = np.dtype([("resource", np.ubyte, 1)])
Traceback (most recent call last):
File "model.py", line 139, in
Dependency
- Python 3.7.8
- pip 20.1.1
- tensorflow 2.2
- win 10 64bit
How to rectify this error,please tell me