twitter-archive / torch-dataset

An extensible and high performance method of reading, sampling and processing data for Torch
Apache License 2.0
76 stars 24 forks source link

Can we open files by "FloatTensor" instead of "io.popen" when testing "test_StreamedDataset.lua" ? #33

Closed chienlinhuang1116 closed 8 years ago

chienlinhuang1116 commented 8 years ago

Hi,

Because I need to read a lot of FloatTensor files, can we open files by "FloatTensor" instead of "io.popen" when testing "test_StreamedDataset.lua" ?

Thank you.

chienlinhuang1116 commented 8 years ago

The answer is at #30 . Thank you.