pytorch/text

How to load huge file of data?

开放

#130 创建于 2017年9月25日

 (15 条评论) (39 个反应) (0 位负责人)Python (822 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (3,396 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Hi guys, is there any plans or tutorial that I can refer to in order to load huge file of data? I have two scenarios in mind that I would probably use

  1. Assuming I have huge files that have already split into several files. How to load all of those files on demand subsequently?
  2. Assuming I have a single huge file. How to load the content on demand?

Thanks guys!

贡献者指南