Hi, i was recently working on a large Dataset.
Dataset is having total 20k images divided in 1k classes
and total size is 2 GB.
and while training the .h5 model using tensorflow, keras cause me a lot of RAM usage over 10 GB and which ultimately results in program crashing and my job get incompleted.
My src code for training the model will be sent here only.