-
`tf.keras.wrappers` used to have scikit-learn wrappers, which were then deprecated and https://github.com/adriangb/scikeras was born at the same time.
However, scikeras doesn't seem to be maintaine…
-
Hi, Thanks for your great contribution.
Sionna current version 0.18.0 is not implemented on Keras 3. However, keras 3 has many important features and it would be great to have sionna in keras 3 so …
-
### Keras Recommenders (Keras-RS)
We are considering building *Keras Recommenders*, a multi-backend (TensorFlow, JAX, PyTorch) Keras 3 based library to ease the development of recommender models.
…
-
model.fit(x_train, y_train, batch_size=1, epochs = 2)
AttributeError: module 'keras.src.backend' has no attribute 'convert_to_numpy'
-
Hi, I am using a `TimeDistributed` Layer in model which has an input shape of {10, 150, 180, 3} (10 frames of (w:150, h:180, colors : 3 ) ).
Since my device support a maximum of 4 dimensions, I w…
-
Hi,
I'm trying to launch ```roslaunch vision_pkg_full_demo vision.launch``` and I'm met with the following error:
```
Traceback (most recent call last):
File "/homes/corcodel/ws_cable_detectio…
-
### Issue Type
Bug
### Source
binary
### Secretflow Version
secretflow1.9.0b2
### OS Platform and Distribution
ubantu 18.04
### Python version
3.10.13
### Bazel version
_No response_
### G…
-
Thank you again for the great work. I have a question to ensure I fully understand the expectations of the rule graphs. What I'm trying to do is the following change:
before code =
```python
fro…
-
Hi everyone. I've built a classification model using the Larq framework. After training, I obtained an h5 format model file and converted it to tflite format using the Larq Compute Engine. I observed …
-
**Is your feature request related to a problem? Please describe.**
ShieldGemma was released in Jul 2024 with [v0.14.3](https://github.com/keras-team/keras-hub/releases/tag/v0.14.3), but since then …