indent
This commit is contained in:
parent
2065f2b16a
commit
cd0ff6d299
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class GammaBetaDecreasingStep(
|
||||||
'{1} as a context manager, '
|
'{1} as a context manager, '
|
||||||
'as desired'.format(self.__class__.__name__,
|
'as desired'.format(self.__class__.__name__,
|
||||||
BoltOn.__class__.__name__
|
BoltOn.__class__.__name__
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
dtype = self.beta.dtype
|
dtype = self.beta.dtype
|
||||||
one = tf.constant(1, dtype)
|
one = tf.constant(1, dtype)
|
||||||
|
|
Loading…
Reference in a new issue