keras-team / keras-io

Keras documentation, hosted live at keras.io
Apache License 2.0
2.78k stars 2.05k forks source link

Update Handwritten Recognition example to keras version3 #1916

Closed mehtamansi29 closed 3 weeks ago

mehtamansi29 commented 2 months ago

This example is related to Handwritten Recognition computer vision with keras3 version from keras2.

sachinprasadhs commented 2 months ago

Can you generate the changes in .py file, it would be easier to make the code review.

mehtamansi29 commented 2 months ago

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.

sachinprasadhs commented 2 months ago

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.

mehtamansi29 commented 2 months ago

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.