Correct comment in K-FAC's layer_collection
PiperOrigin-RevId: 175275184
This commit is contained in:
parent
f6931a6878
commit
8d46b72fdc
@ -448,10 +448,10 @@ class LayerCollection(object):
|
||||
tf.get_variable_scope().reuse.
|
||||
|
||||
Raises:
|
||||
ValueError: If reuse=True and name != None.
|
||||
ValueError: If reuse=True and seed != None.
|
||||
KeyError: If reuse=True and no existing LossFunction with 'name' found.
|
||||
KeyError: If reuse=False and existing LossFunction with 'name' found.
|
||||
ValueError: If reuse == True and name == None.
|
||||
ValueError: If reuse == True and seed != None.
|
||||
KeyError: If reuse == True and no existing LossFunction with 'name' found.
|
||||
KeyError: If reuse == False and existing LossFunction with 'name' found.
|
||||
"""
|
||||
name = name or self._graph.unique_name(
|
||||
"register_categorical_predictive_distribution")
|
||||
|
Loading…
Reference in New Issue
Block a user