mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-08 19:42:39 +02:00
some gplvm related fixes
This commit is contained in:
parent
a71bbc0d21
commit
563fbd257b
6 changed files with 19 additions and 26 deletions
|
|
@ -154,7 +154,7 @@ class Param(ObservableArray, Constrainable):
|
|||
def _parameters_(self):
|
||||
return []
|
||||
def _collect_gradient(self, target):
|
||||
target[:] = self.gradient
|
||||
target[:] = self.gradient.flat
|
||||
#===========================================================================
|
||||
# Fixing Parameters:
|
||||
#===========================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue