Hello
I’m currently working on a Keras 3 version of the following tutorial: Handwriting recognition
I would like as much as possible to make the tuto executable regardless of the backend chosen.
In the current version of the tuto the images are loaded with the api tf.data.Dataset. Is there a way to load images efficiently with keras ?
Thanks