-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Handwritten Recognition example to keras version3 #1916
Conversation
Can you generate the changes in .py file, it would be easier to make the code review. |
Sure @sachinprasadhs - I'll do it and commit again. |
Migration to Keras 3 should be the modified changes to the existing file here https://github.com/keras-team/keras-io/blob/master/examples/vision/handwriting_recognition.py and here https://github.com/keras-team/keras-io/blob/master/examples/vision/ipynb/handwriting_recognition.ipynb, no need to create a new file. |
Okay. I'll replace my file with existing one. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR!
This example is related to Handwritten Recognition computer vision with keras3 version from keras2.