Home > other >  Convolution model of h5 file read times wrong Use a.a ny () or a.a ll ()
Convolution model of h5 file read times wrong Use a.a ny () or a.a ll ()

Time:05-24


The convolutional neural network model training after storage for h5 files, read times wrong again as follows:
ValueError: The way The value of an array with more than one element is ambiguous. Use a.a ny () or a.a ll ()
Error of the program code is as follows:
Good model # in advance training read
The from keras. Models import load_model
# model=load_model (" E://DeepLearningCV/class7/model/My_Alexnet_mnist h5 ")
The model=load_model (" model/My_Alexnet_mnist. H5 ")
Model. The summary ()
Programmers small white online for help
  • Related