Monthly Archives: February 2023

Deep Learning . Training with huge amount of data .PART1
Performance considerationsI would like to put some consideration about Performance in Keras , in order to obtain the max GPU consideration.What we are going to do , is train a Keras Model.Here the number of images :Now we define a generator used to train in batch of 32 ( can be an other number ),…