os.environ['SCALEFIG'] (default '1') will scale all drawn figures; specify as tuple (w, h) to scale width & height separately.
BREAKING:
TF 2.3.0 won't work with keras; this isn't see_rnn, this is breaking changes to some basic TF ops.
Changed default os.environ['TF_KERAS'] to '1'
TESTS:
Discontinued support for keras TF2.3.0+; keras TF2.2.0 Graph is still tested, but may discontinue entirely in the future, or reinstate depending on how Keras proceeds
FEATURES:
os.environ['SCALEFIG']
(default'1'
) will scale all drawn figures; specify as tuple(w, h)
to scale width & height separately.BREAKING:
keras
; this isn'tsee_rnn
, this is breaking changes to some basic TF ops.os.environ['TF_KERAS']
to'1'
TESTS:
keras
TF2.3.0+;keras
TF2.2.0 Graph is still tested, but may discontinue entirely in the future, or reinstate depending on how Keras proceedstf.keras
now only tested with TF 2.3.0+