https://github.com/GPflow/GPflow
Revision 3ff611071ef4bdebad6cbc5987fa0603168313b3 authored by John Pearson on 27 April 2018, 13:36:43 UTC, committed by James Hensman on 27 April 2018, 13:36:43 UTC
- Issue appears to affect only ScipyOptimizer. Does not affect, e.g.,
  AdamOptimizer on doc/source/notebook/classification
- Appears to be due to the fact that TensorFlow variables are not stably
  ordered across across replications, so var_list (and thus random
initial values for optimization) is not either.
1 parent 913bfe3
Raw File
Tip revision: 3ff611071ef4bdebad6cbc5987fa0603168313b3 authored by John Pearson on 27 April 2018, 13:36:43 UTC
returning var_list to Optimizer in order
Tip revision: 3ff6110
docs_require.txt
ipykernel>=4.3.1
ipython>=4.2.0
ipython-genutils>=0.1.0
jupyter>=1.0.0
jupyter-client>=4.3.0
jupyter-console>=4.1.1
jupyter-contrib-core>=0.3.0
jupyter-core>=4.1.0
jupyter-nbextensions-configurator>=0.2.1
nbsphinx>=0.2.13
numpydoc>=0.6.0
Pygments>=2.1.3
scipy>=0.18.0
pandas>=0.18.1
sphinx_rtd_theme==0.1.9
https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.4.0-cp35-cp35m-linux_x86_64.whl
back to top