keras 2.13.0
-
Default TF version installed by
install_keras()is now 2.13. -
Updated layers:
layer_batch_normalization()updated signature, with changes to options for distributed training.layer_embedding()gains asparseargument.
-
Fixed deadlock when an R generator was passed to
fit(),predict(), and other endpoints. -
When
fit(verbose = "auto")is evaluated in the context of a knitr document
(e.g., quarto or rmarkdown document being rendered), verbose will now
default to2, showing one line per epoch.