Skip to content

Commit 3e2ebc4

Browse files
brianwa84jburnim
authored andcommitted
DPP has a non-trainable parameter eigenvectors (unless/until we add Expm+FillSkewSymmetric bijectors).
PiperOrigin-RevId: 343490438
1 parent 33881c0 commit 3e2ebc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tensorflow_probability/python/distributions/distribution_properties_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ def testCanConstructAndSampleDistribution(self, data):
289289
non_trainable_tensor_params = (
290290
'atol',
291291
'rtol',
292+
'eigenvectors', # TODO(b/171872834): DeterminantalPointProcess
292293
'total_count',
293294
'num_samples',
294295
'df', # Can't represent constraint that Wishart df > dimension.

0 commit comments

Comments
 (0)