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 ce13e69 commit fa00d7aCopy full SHA for fa00d7a
keras/src/utils/jax_layer.py
@@ -246,8 +246,8 @@ def __init__(
246
):
247
if backend.backend() not in ["jax", "tensorflow"]:
248
raise ValueError(
249
- "JaxLayer is only supported with the JAX or Tensorflow backend. "
250
- f"Current backend: {backend.backend()}"
+ "JaxLayer is only supported with the JAX or Tensorflow backend"
+ f". Current backend: {backend.backend()}"
251
)
252
253
if init_fn is None and params is None and state is None:
0 commit comments