https://github.com/GPflow/GPflow
Revision a186ca58213bdd95c23f84f986d49efc5c9535fe authored by Artem Artemev on 22 October 2019, 16:38:10 UTC, committed by Sergio Pascual on 22 October 2019, 16:38:10 UTC
* Rewrite get_leaf_components and deepcopy_components with traverse
Write/update tests for both

* Tape should compute gradients outside context

* Explanation of the test

* Some changes in convolutional notebook

* Update tests/test_deepcopy.py

Co-Authored-By: st-- <st--@users.noreply.github.com>

* Reorganising recursion on traverse

* Update tests/test_deepcopy.py

Co-Authored-By: st-- <st--@users.noreply.github.com>

* Update tests/test_deepcopy.py

Co-Authored-By: st-- <st--@users.noreply.github.com>

* Update gpflow/utilities/utilities.py

Co-Authored-By: Eric Hammy <6815729+condnsdmatters@users.noreply.github.com>

* Update gpflow/utilities/utilities.py

Co-Authored-By: Eric Hammy <6815729+condnsdmatters@users.noreply.github.com>

* Update gpflow/utilities/utilities.py

Co-Authored-By: Eric Hammy <6815729+condnsdmatters@users.noreply.github.com>

* Update gpflow/utilities/utilities.py

Co-Authored-By: Eric Hammy <6815729+condnsdmatters@users.noreply.github.com>

* Update gpflow/utilities/utilities.py

Co-Authored-By: Eric Hammy <6815729+condnsdmatters@users.noreply.github.com>

* Update gpflow/utilities/utilities.py

Co-Authored-By: Eric Hammy <6815729+condnsdmatters@users.noreply.github.com>

* Update gpflow/utilities/utilities.py

Co-Authored-By: Eric Hammy <6815729+condnsdmatters@users.noreply.github.com>

* Update gpflow/utilities/utilities.py

Co-Authored-By: Eric Hammy <6815729+condnsdmatters@users.noreply.github.com>

* Separating deepcopy_components from clear_cache_bijectors

* Remove ListWrapper and _DictWrapper

Co-Authored-By: Eric Hammy <6815729+condnsdmatters@users.noreply.github.com>
1 parent 51b2465
History
Tip revision: a186ca58213bdd95c23f84f986d49efc5c9535fe authored by Artem Artemev on 22 October 2019, 16:38:10 UTC
Traverse function for DAG (tf.Module) structures (#1108)
Tip revision: a186ca5
File Mode Size
.circleci
.github
doc
gpflow
tests
.coveragerc -rw-r--r-- 286 bytes
.coveralls.yml -rw-r--r-- 23 bytes
.gitignore -rw-r--r-- 811 bytes
.pylintrc -rw-r--r-- 14.6 KB
GLOSSARY.md -rw-r--r-- 1.4 KB
LICENSE -rw-r--r-- 11.1 KB
MANIFEST.in -rw-r--r-- 158 bytes
Makefile -rw-r--r-- 597 bytes
README.md -rw-r--r-- 5.2 KB
RELEASE.md -rw-r--r-- 6.9 KB
VERSION -rw-r--r-- 7 bytes
codecov.yml -rw-r--r-- 274 bytes
contributing.md -rw-r--r-- 7.3 KB
notebooks l--------- 21 bytes
setup.py -rw-r--r-- 2.1 KB
tests_requirements.txt -rw-r--r-- 108 bytes

README.md

back to top