Sachin Prasad

Results 327 comments of Sachin Prasad

I think the issue is solved with the comment here to include **kwargs in the custom class https://github.com/keras-team/keras/issues/19899#issuecomment-2185256214. You can close the issue. Thanks

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...

Hi, Thanks for reporting the issue. Could you please try the same with Keras 3 and let us know your analysis. ```python !pip install keras==3.0.0 import os os.environ['KERAS_BACKEND'] = 'tensorflow'...

To use Keras 3, please use TensorFlow 2.15 or greater. Follow the below compatibility guide. ``` To use Keras 3: tensorflow==2.15.0 & keras==3.0.0 tensorflow==2.16.0 & keras==3.0.0 ```

@pranavvp16 , Assigning it to you since no one has started working on it.

@Alwaysadil , Could you please try with the latest version of TensorFlow and Keras-NLP and let us know the outcome. Thanks

Hi, The example is working with the Keras 3 update, could you please check the latest update here https://keras.io/examples/vision/video_classification/ and let us know if there is any concern. Thanks!

@rszoh , It should be woking fine using colab and we are yet to investigate on the issue about the local environment.

We are currently, routing the guides from Keras CV to Keras Hub, we are right now in the process of adding more guides and examples in Keras Hub, for object...

Hi, The linked PR is already merged here https://github.com/keras-team/keras-cv/pull/1946, could you please close the issue if there is no pending action to be taken.