https://github.com/GPflow/GPflow
Revision f5b94dd14d551e781f24d266f3beb2bc3f5dae36 authored by James Hensman on 26 October 2016, 19:10:25 UTC, committed by James Hensman on 26 October 2016, 19:10:25 UTC
The Autoflow function now makes its own graph for each autoflow in the
model. Some extra tests in test_AutoFlow are added to make sure that it
works with dataholders.

The dataHolder class has changed a little: it's included in
make_tf_array now, so that the placeholders can be made inside the
Autoflow graph: before, all placeholders were on the default graph.
1 parent b811d4f
History
Tip revision: f5b94dd14d551e781f24d266f3beb2bc3f5dae36 authored by James Hensman on 26 October 2016, 19:10:25 UTC
Keep AutoFlow computations off the default graph
Tip revision: f5b94dd
File Mode Size
__init__.py -rw-r--r-- 0 bytes
gpflowrc_test.txt -rw-r--r-- 157 bytes
reference.py -rw-r--r-- 891 bytes
test_autoflow.py -rw-r--r-- 5.2 KB
test_conditionals.py -rw-r--r-- 6.4 KB
test_config.py -rw-r--r-- 2.9 KB
test_custom_op.py -rw-r--r-- 2.3 KB
test_data_object.py -rw-r--r-- 6.2 KB
test_hmc.py -rw-r--r-- 4.2 KB
test_kerns.py -rw-r--r-- 14.9 KB
test_likelihoods.py -rw-r--r-- 9.2 KB
test_mean_functions.py -rw-r--r-- 10.3 KB
test_method_equivalence.py -rw-r--r-- 3.6 KB
test_methods.py -rw-r--r-- 6.8 KB
test_model.py -rw-r--r-- 3.8 KB
test_param.py -rw-r--r-- 14.7 KB
test_pickle.py -rw-r--r-- 4.2 KB
test_predict.py -rw-r--r-- 5.7 KB
test_priors.py -rw-r--r-- 2.3 KB
test_transforms.py -rw-r--r-- 2.7 KB
test_variational.py -rw-r--r-- 8.2 KB

back to top