https://github.com/GPflow/GPflow

sort by:
Revision Author Date Message Commit Date
e0a2cc7 Parameter list represents only parameters. Empty method returns true only if there are no data holders and parameters at parameterized object. 26 September 2017, 20:28:21 UTC
6381a83 None prior for parameterized object without parameters. 26 September 2017, 18:58:35 UTC
2d7f140 Address an issue with initializing AdamOptimizer. 26 September 2017, 18:36:27 UTC
ee53610 Transform is an named optional parameter, hence should be used appropriately at parameter creation. It caused error in SVGP model during optimization - kernel variance became negative, as transform wasn't setup properly and covariance matrix blow up with garbage covariance matrix. 26 September 2017, 14:39:19 UTC
d6883d2 Fixing model tests. 26 September 2017, 08:27:53 UTC
eb0c98c Params tests are passing. 25 September 2017, 16:30:57 UTC
baf110d Fix SVGP model. 24 September 2017, 22:58:48 UTC
635aa5f Autoflow fix. Add param tests. 24 September 2017, 19:26:46 UTC
b392b46 Param tests. 24 September 2017, 16:15:49 UTC
03364d3 Rename accesses to models and parameters in tests. 24 September 2017, 08:55:44 UTC
1e16309 Add test util. 24 September 2017, 07:59:29 UTC
582745f Testing context with graph and session. 24 September 2017, 07:59:04 UTC
a7063fc Reset model at TensorFlow optimizer. 23 September 2017, 20:38:50 UTC
cee7902 Remove print functions. 23 September 2017, 20:35:51 UTC
cb8ee93 Optimizers finalizing. 23 September 2017, 20:31:18 UTC
0f03240 Training part is finished. 23 September 2017, 16:14:09 UTC
795369b Add gpflow/core sub-folder. 22 September 2017, 20:38:18 UTC
6b305a9 Re-organizing code. Aliases for settings parameters. 22 September 2017, 20:37:24 UTC
eb1f0e5 Set -x mode for params.py 20 September 2017, 23:33:19 UTC
30074d7 Fixing setup.py file. Bump version. 20 September 2017, 17:25:26 UTC
c58d278 Create __init__ file in models folder. 20 September 2017, 10:00:39 UTC
4b41d91 Change models folder layout. 20 September 2017, 09:59:53 UTC
a20e233 External optimization skeleton. 19 September 2017, 20:57:10 UTC
5620d34 Add non-empty params list property. 19 September 2017, 20:56:02 UTC
4a82fa1 TensorConverter bug found and fixed. 19 September 2017, 16:53:58 UTC
6bd507a is_built method requires graph argument. 18 September 2017, 23:23:18 UTC
11a510f Code organization. 18 September 2017, 21:32:37 UTC
1153278 Check if external tensor is trainable before start working with it. 18 September 2017, 12:35:37 UTC
86e4223 The clean can be initiated by the node only if it wasn't built. 17 September 2017, 21:20:21 UTC
0629779 Pylint changes. DataHolder inherits main implementations from Param. 17 September 2017, 20:30:53 UTC
4e8ce45 Fixing autoflow 15 September 2017, 23:08:14 UTC
064243b Update pylintrc. 15 September 2017, 21:49:00 UTC
b4a4bb0 Remove GPflow folder - macOS case-insensivity. 15 September 2017, 21:21:23 UTC
53ef7e6 Remove GPflow folder - macOS case-insensivity. 15 September 2017, 21:21:01 UTC
f8ce5ec Decorators file. 15 September 2017, 20:42:32 UTC
a0ac40b Decorators organizing. 15 September 2017, 20:39:40 UTC
d02c7f8 Making build_predict function private. 14 September 2017, 21:54:49 UTC
e1aac18 AutoFlow adjusting to new one-param-one-variable scheme. 14 September 2017, 21:50:21 UTC
939eea5 Tensor mode uses transformed value 14 September 2017, 16:50:30 UTC
4e7e2eb Parameterized objects have tensor mode again. 14 September 2017, 15:40:58 UTC
4b325a3 Shuffling code one more time. 14 September 2017, 13:05:38 UTC
be119b0 Brushing up project. 14 September 2017, 13:04:40 UTC
9d1c03f Enquire session 12 September 2017, 14:17:55 UTC
1502055 Keep session parameter. 10 September 2017, 15:05:16 UTC
36d11b8 Making graph and compilation defined processes. 10 September 2017, 13:22:34 UTC
b555001 Initializing process 06 September 2017, 20:54:59 UTC
aeb8e65 Proper way of graph handling 05 September 2017, 16:07:51 UTC
34f3052 Change compilable interface. The variable has back reference to the graph, which simplifies graph retrieving. 05 September 2017, 06:49:34 UTC
684dd0c Pylint file 04 September 2017, 10:40:24 UTC
4804406 Big milestone towards changing parameter module. 03 September 2017, 21:44:49 UTC
89a1302 .pylintrc file 31 August 2017, 05:55:51 UTC
02b6700 Add missing colon. 30 August 2017, 19:51:07 UTC
75733ff Merge pull request #494 from GPflow/upper-mixin Added upper bound to regression models. 30 August 2017, 12:28:37 UTC
3e5ed83 Fixed test & tweaked notebook. 30 August 2017, 12:07:16 UTC
bdf85bc Merge branch 'master' of github.com:GPflow/GPflow into upper-mixin 30 August 2017, 11:35:52 UTC
f4ce067 Merge pull request #496 from GPflow/artemav/release-update Release 0.4.0 message update 30 August 2017, 11:28:47 UTC
f7d7ce5 Release 0.4.0 message update 30 August 2017, 08:20:13 UTC
52294c4 Merge pull request #471 from GPflow/artemav/session-graph-assign External TensorFlow Session and Graph control 30 August 2017, 07:55:47 UTC
c2e88ee Merge pull request #495 from GPflow/version-update Version was inconsistent with RELEASE.md 30 August 2017, 07:55:11 UTC
e7c9901 Indentation error 30 August 2017, 06:10:08 UTC
bbb7a68 Post-up-to-date fix for some unforeseen bugs. 29 August 2017, 23:18:54 UTC
81758f7 Up-to-date with master changes. 29 August 2017, 23:01:17 UTC
fe3abdc Version was inconsistent with RELEASE.md 29 August 2017, 16:38:41 UTC
94e4b42 Added upper bound to regression models. 29 August 2017, 16:16:59 UTC
91aa588 Update contributing.md (#493) 29 August 2017, 15:59:07 UTC
b69f71d GPflow python package name doesn't follow PEP8 (#477) * First part of renaming (w/o docs) * Second part of renaming (includes docs) * Third part of renaming (GPflow => gpflow) * Rename 'import GPflow' in notebooks * Revert back GPflow copyright headers * Fix project name in Manifest.in * Rebase with master * Resolving conflicts in tests. * Change release version. 29 August 2017, 13:16:41 UTC
99fa929 Refactoring code. 29 August 2017, 08:05:47 UTC
b552c98 Turn off Travis tests 29 August 2017, 07:22:40 UTC
f448c24 Code shuffling 29 August 2017, 07:20:25 UTC
0a1a59e Some progress with converting to tensorflow variables 26 August 2017, 14:10:13 UTC
760ed24 Likelihood dimension fixes (#441) * half way through pos def forcing * likelihood checks * added likelihood tests * uncommented vec_to_tri * tidying the tests a little * added check inside model * fixed test with exponential likelihood * fixed multiclass notebook * fixed ordinal notebook * fixed ordinal notebook again * changed benoulli check to warn * re-ran ordinal notebook with float Y * tidy and improve coverage 22 August 2017, 14:00:04 UTC
d3fd05e Remove TF import in setup.py (#488) * TF no longer imported in setup, and update on installation instructions * Update readme to indicate unreliability of pip to get GPU tensorflow working * Adding tensorflow as dependency if importing it fails (account for installed tensorflow-gpu). 18 August 2017, 09:01:34 UTC
621a090 Debugging python notebook error at codeship 17 August 2017, 14:30:02 UTC
8dadaed Dummy commit 17 August 2017, 10:54:04 UTC
6bbb06a Rebase with master 17 August 2017, 08:35:36 UTC
2bfd4c0 Code coverage review 17 August 2017, 08:32:47 UTC
9d7e507 Increase code coverage 17 August 2017, 08:32:46 UTC
050bb5f Travis file. Return full test pipeline via nosetests 17 August 2017, 08:32:46 UTC
5ab29fe Fixing some bugs in tests introduced during convertion 17 August 2017, 08:32:46 UTC
12f714f Testing milstone. Switching to tensorflow TestCase 17 August 2017, 08:32:46 UTC
804ad81 Travis configuration. Only one test file. 17 August 2017, 08:32:46 UTC
405120a Travis configuration 17 August 2017, 08:32:46 UTC
f990d46 Experiments with tensorflow.TestCase 17 August 2017, 08:32:45 UTC
c4a0a69 Use default session 17 August 2017, 08:32:45 UTC
efbf657 Clear logic of passing parameters to autoflow function 17 August 2017, 08:32:45 UTC
3618187 Speedup test execution. Get rid of tensorflow memory deallocation issue. 17 August 2017, 08:32:37 UTC
c0c11dc Text model bug fix 17 August 2017, 08:31:08 UTC
c6e9ff9 Session and Model tests 17 August 2017, 08:31:08 UTC
85a1b27 Autoflow tests 17 August 2017, 08:31:08 UTC
e4c4340 Add model read-only session property 17 August 2017, 08:31:08 UTC
13231cb Post testing changes. Fixing minor bugs 17 August 2017, 08:31:07 UTC
3384b4f Return old name for build_predict function's parameter 17 August 2017, 08:31:07 UTC
f62b1b1 Correct gradient unfolding 17 August 2017, 08:31:07 UTC
22f6df6 Trace filename 17 August 2017, 08:31:07 UTC
a1a3a6a Session and graph parameters for Model and AutoFlow 17 August 2017, 08:31:07 UTC
3065dee Remove pandas (#486) * Remove pandas dependency * Move pandas to extras_require 16 August 2017, 09:00:37 UTC
dfe4674 Remove old references to tf_ops. (#485) 15 August 2017, 22:29:56 UTC
70c1153 List projects using GPflow on main page (#468) * list projects * improved readme table 15 August 2017, 14:39:27 UTC
81bea17 Fix GPLVM for GPU/float32 (#465) * float32 fix * fix bug #467 15 August 2017, 13:52:31 UTC
3dbc5ae Clarify TF version (#484) 15 August 2017, 12:34:14 UTC
back to top