keras-video-classifier icon indicating copy to clipboard operation
keras-video-classifier copied to clipboard

Error during prediction

Open farhadmath opened this issue 6 years ago • 1 comments

Hi, I'm getting the the error "ValueError: Object arrays cannot be loaded when allow_pickle=False" while I run "vgg16_bidirectional_lstm_predict.py" after the model training. I'm requesting your help to solve it.

farhadmath avatar Aug 02 '19 08:08 farhadmath

try to change numpy

pip install numpy==1.16.1

https://stackoverflow.com/a/55903975

hardboil avatar Aug 17 '19 06:08 hardboil