Is there a reason for buf_size=8192 ?
Created by: alvations
For most of the demo code in the new "Deep Learning 101" book, the buf_size=8192
is used. https://github.com/PaddlePaddle/book/search?utf8=✓&q=8192&type=
Is there a reason for setting the value of 8192?
Is there a way to find out what is the maximum value we can set for the buf_size
?