We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 689b24c commit 04c1006Copy full SHA for 04c1006
tensorflow_probability/python/internal/backend/meta/gen_linear_operators.py
@@ -148,7 +148,7 @@ def gen_module(module_name):
148
'from tensorflow_probability.python.internal.backend.numpy '
149
'import data_structures')
150
code = code.replace(
151
- 'from tensorflow.python.training.tracking '
+ 'from tensorflow.python.trackable '
152
'import data_structures',
153
154
0 commit comments