Sachin Prasad
Sachin Prasad
`Vector-Quantized Variational Autoencoders` is not migrated to Keras 3 yet, if you're interested in contributing to the migration, please feel free to create a PR. Thanks!
Hi, Could you please provide the sample reproducible code to better assist you. Thanks
Hi, I tried to run the code in new Optimizer as well as legacy Optimizer, both throwing the same error. Attached [Gist](https://gist.github.com/sachinprasadhs/a4aa6bec2b6d8f3d337d4109b20d2335) here for reference.
> I'd rather we standardize the docstrings on either `Examples:` or `Example:` or `Usage:`. Makes sense, shall I make the changes in the code or use the same logic to...
Closing this PR since it is no longer needed and all the usages and examples are converted to `Example:` or `Examples:` https://github.com/keras-team/keras/pull/19344 https://github.com/keras-team/keras-cv/pull/2399 https://github.com/keras-team/keras-nlp/pull/1516
Thank you, made the suggested changes, this PR in CV needs to be merged before merging this https://github.com/keras-team/keras-cv/pull/2389
> I'm seeing the following error on CI: > > > 6.609 AttributeError: module 'keras_cv.models' has no attribute 'SegFormerB0' > > What is the issue? I exported few APIs in...
This can be merged now since the linked Keras -CV PR is merged.
Hi, As of now `ctc_batch_cost` is not available in Keras 3.
Hi, This example has been migrated to Keras 3, could you please refer this https://keras.io/examples/vision/handwriting_recognition/ and close this issue. Thanks