Sachin Prasad
Sachin Prasad
You need to have a Numpy version
@ghsanti , Thanks for pointing it out. @fburgaud , With the multi backend support in Keras 3, in order to follow similar naming convention and implementation among Numpy, PyTorch, Jax...
Could you please provide the sample reproducible code to replicate the reported behavior. Thanks
I tried it in colab GPU runtime with the code you have provided, for all the 1000 runs I got "All Passed" message. Attaching the Gist here for reference [](https://colab.sandbox.google.com/gist/sachinprasadhs/1b74bd504e824581bcfd07aee5ea010a/20027.ipynb)
Hi @rkycia , As per the above comment please consider having own repo to include this feature request. Since there is no attention required from Keras team for this issue,...
Thanks for reporting the issue! We have consolidated the development of KerasCV into the new **KerasHub** package, which supports image, text, and multi-modal models. Please read [the announcement](https://github.com/keras-team/keras-hub/issues/1831). `KerasHub` will...
Thanks for reporting the issue! We have consolidated the development of KerasCV into the new KerasHub package, which supports image, text, and multi-modal models. Please read https://github.com/keras-team/keras-hub/issues/1831. KerasHub will support...
Hi @mehtamansi29 , I ran the parameter verification colab, 1B model is matching the numerics, but there are trainable parameters mismatch to the 7B model. Could you please check it,...
Hi, In order to save the model with custom object using Keras saving format `.keras` you need to override the `get_config() `method, for detailed steps follow the guide here https://keras.io/guides/serialization_and_saving/#custom-objects
Hi, This example ahs been updated to Keras Hub here https://keras.io/keras_hub/getting_started/, could you please try the modified version and let us know if you still face any issue. Thanks!