optimal size of a tfrecord file

被刻印的时光 ゝ 提交于 2019-12-11 03:25:26

问题


From your experience, what would be an ideal size of a .tfrecord file that would work best across a wide variety of devices (hard-disk, ssd, nvme) and storage locations (local machine, hpc cluster with network mounts) ?

In case I get slower performance on a technically more powerful computer in the cloud than on my local PC, could the size of the tfrecord dataset be the root cause of the bottleneck ?

Thanks


回答1:


Official Tensorflow website recommends ~100MB (https://www.tensorflow.org/performance/performance_guide)



来源:https://stackoverflow.com/questions/52191167/optimal-size-of-a-tfrecord-file

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!