keras.model.predict gives different results for same inputs every time I run it.
I do not change anything, just run the cell which only has a line;
model.predict(x)
but results are varying every time.
why this happens?
keras.model.predict gives different results for same inputs every time I run it.
I do not change anything, just run the cell which only has a line;
model.predict(x)
but results are varying every time.
why this happens?