Raised when a flag is unrecognized.
Inherits From: Error
tf.compat.v1.flags.UnrecognizedFlagError(
flagname, flagvalue='', suggestions=None
)
flagname
: str, the name of the unrecognized flag.flagvalue
: The value of the flag, empty if the flag is not defined.