Skip to content

keras 2.13.0

Compare
Choose a tag to compare
@t-kalinowski t-kalinowski released this 15 Aug 21:13
  • 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 a sparse argument.
  • 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 to 2, showing one line per epoch.