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
History
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
File Mode Size
.github
doc
gpflow
tests
.coveragerc -rw-r--r-- 261 bytes
.coveralls.yml -rw-r--r-- 23 bytes
.gitignore -rw-r--r-- 811 bytes
.pylintrc -rw-r--r-- 14.6 KB
.travis.yml -rw-r--r-- 664 bytes
Dockerfile -rw-r--r-- 1.1 KB
LICENSE -rw-r--r-- 11.1 KB
MANIFEST.in -rw-r--r-- 166 bytes
README.md -rw-r--r-- 5.3 KB
RELEASE.md -rw-r--r-- 5.3 KB
codecov.yml -rw-r--r-- 268 bytes
contributing.md -rw-r--r-- 6.1 KB
docs_require.txt -rw-r--r-- 404 bytes
notebooks l--------- 21 bytes
roadmap.md -rw-r--r-- 506 bytes
run_tests.sh -rwxr-xr-x 896 bytes
setup.py -rw-r--r-- 2.3 KB

README.md

back to top