Answer the question
In order to leave comments, you need to log in
Why is prediction not happening?
I trained the neural network in one file, saved the training result, and then I try to load this result in another file and make a prediction there (using keras). The network was trained on this type of data (in a .csv file):
x = numpy.array([1, 0, 1])
print(model.predict(x))
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question