File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 22
33- Keras now uses ` reticulate::py_require() ` to resolve Python dependencies.
44 Calling ` install_keras() ` is no longer required (but is still supported).
5-
6- - ` use_backend() ` gains a ` gpu ` argument, to specify if a GPU-capable set of
7- dependencies should be resolved by ` py_require() ` .
85
9- - The progress bar in ` fit() ` , ` evaluate() ` and ` predict() ` now
6+ - ` use_backend() ` gains a ` gpu ` argument, to specify if a GPU-capable set of
7+ dependencies should be resolved by ` py_require() ` .
8+
9+ - The progress bar in ` fit() ` , ` evaluate() ` and ` predict() ` now
1010 defaults to not presenting during testthat tests.
1111
12+ - ` dotty::. ` is now reexported.
13+
1214## Added compatibility with Keras v3.8.0. User-facing changes:
1315
1416- New symbols:
You can’t perform that action at this time.
0 commit comments