-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
Description
To get help from the community, we encourage using Stack Overflow and the tensorflow.js
tag.
TensorFlow.js version 1.0. Pulled from <script src="https://cdn.jsdelivr.net/npm/@tensorflow/[email protected]/dist/tf.min.js"></script>
Browser version
Desktop: Chrome 74.0.3729.131
Pixel 2XL: 74.0.3729.136
Describe the problem or feature request
When I run a predict on my desktop (both chrome and IE) I get 2.743 which matches my model's prediction in Google Colab. When I run from my phone I get a value, then on the second click I get a different value that stays through the rest of my clicks.
Code to reproduce the bug / link to feature request
Navigate to http://bet.eckronsoftware.com/. Once you see "Model Loaded" you can hit the 'Get Prediction' button. On the desktop you get 2.73. From your phone you will get a random wrong number.
The model was created using tf.keras.experimental.export_saved_model from within Google Colab.