Bigger batch size reduce training time
Become part of the top 3% of the developers by applying to Toptal https://topt.al/25cXVn
--
Music by Eric Matyas
https://www.soundimage.org
Track title: Puzzling Curiosities
--
Chapters
00:00 Question
02:01 Accepted answer (Score 5)
02:27 Thank you
--
Full question
https://stackoverflow.com/questions/5625...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#python #machinelearning #keras #convneuralnetwork
#avk47
--
Music by Eric Matyas
https://www.soundimage.org
Track title: Puzzling Curiosities
--
Chapters
00:00 Question
02:01 Accepted answer (Score 5)
02:27 Thank you
--
Full question
https://stackoverflow.com/questions/5625...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#python #machinelearning #keras #convneuralnetwork
#avk47
ACCEPTED ANSWER
Score 5
the time of update weight almost don't count in this situation
you can check if the calculate need to transfer thing between memory and disk
when use 256 size
you can setup Concurrent tasks if you want to use add batch size to reduce time!