You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1)."""ValueError: Lengths of branch outputs of cond must match.
len(graphs[0].outputs): 1
len(graphs[1].outputs): 0
"""
2). """ValueError: Tensor moments/mean:0 in true_fn is accessed from false_fn."""
### model.stateful = True
"""AttributeError: Can't set the attribute "stateful", likely because it conflicts with an existing read-only @property of the object. Please choose a different name."""
### layer(units, name, dtype, stateful)(inputs)
"""TypeError: ('Keyword argument not understood:', 'stateful')"""