The Python Oracle

Bigger batch size reduce training time

--------------------------------------------------
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
and get $2,000 discount on your first invoice
--------------------------------------------------

Take control of your privacy with Proton's trusted, Swiss-based, secure services.
Choose what you need and safeguard your digital life:
Mail: https://go.getproton.me/SH1CU
VPN: https://go.getproton.me/SH1DI
Password Manager: https://go.getproton.me/SH1DJ
Drive: https://go.getproton.me/SH1CT


Music by Eric Matyas
https://www.soundimage.org
Track title: Over Ancient Waters Looping

--

Chapters
00:00 Bigger Batch Size Reduce Training Time
01:48 Accepted Answer Score 5
02:07 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!