Unable to make predictions on google cloud ml, whereas same model is working on the local machine
问题 I am trying to train a machine learning model usinf tensorflow library in the google cloud. I am able to train the model in the cloud after creating a bucket. I am facing the issue when I am tring to make predictions using the existing model. The code and the data is available in the following Github directory. https://github.com/terminator172/game-price-predictions The tensorflow version on the cloud is 1.8 and the tensorflow version on my system is also 1.8 I tried to make predictions by