回答編集履歴
1
edit
answer
CHANGED
@@ -1,4 +1,6 @@
|
|
1
1
|
The results should differ even with the same machine if you do not fix the random seed.
|
2
2
|
If you are using tensorflow on the colab with GPU, you might not be able to fix the seed.
|
3
3
|
|
4
|
-
https://github.com/tensorflow/tensorflow/issues/2732
|
4
|
+
https://github.com/tensorflow/tensorflow/issues/2732
|
5
|
+
|
6
|
+
Did cross validate your model to comfirm the variance?
|