keras input shape is now an iterate object
Author: ezerbibCreated Jun 27, 2024Updated Jun 27, 2024
keras input shape is now an iterate object
should be replace by
keras.Input(shape=(28 * 28,))
Source: aladdinpersson/Machine-Learning-Collection
keras input shape is now an iterate object
should be replace by
keras.Input(shape=(28 * 28,))
Source: aladdinpersson/Machine-Learning-Collection