pytorch/text

How to load huge file of data?

Open

#130 aperta il 25 set 2017

Vedi su GitHub
 (15 commenti) (39 reazioni) (0 assegnatari)Python (822 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (3396 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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!

Guida contributor