I am caught in a problem here when I try to take the predictions from my training model. The scenario is: I train a neural network model to learn and classify pictures using Tensorflow. When I train in Gcloud, it returns a different results that when I train locally. Even using the same OS, libraries and code, it returns differents outputs.
Some questions came on my mind:
The data I am talking about is the pictures I am using to train.
I) Considering that you are in the same machine, every train of same data will be different somehow?
II) The act of train in different machines with same data makes the predictions returns different outputs?
Thanks!