We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b01d47 commit 6a1efddCopy full SHA for 6a1efdd
NEWS.md
@@ -5,6 +5,19 @@
5
6
- `iterate()`, `iter_next()` and `as_iterator()` are now reexported from reticulate.
7
8
+
9
+User facing changes with upstream Keras v3.3.3:
10
11
+- new functions: `op_slogdet()`, `op_psnr()`
12
13
+- `clone_model()` gains new args: `call_function`, `recursive`
14
+ Updated example usage.
15
16
+- `op_ctc_decode()` strategy argument has new default: `"greedy"`.
17
+ Updated docs.
18
19
+- `loss_ctc()` default name fixed, changed to `"ctc"`
20
21
User facing changes with upstream Keras v3.3.2:
22
23
- new function: `op_ctc_decode()`
0 commit comments