We cannot handle inputDims when using IndexDirectory.lua . It will load the whole file. For example, there are several files with the size of {2048,600}. We would like to read files by the size of {600} but it will load the whole file when using IndexDirectory.lua. Although we can do post-processing, is there anything we can do when opening files using IndexDirectory.lua like IndexTensor.lua?
Hi,
We cannot handle inputDims when using IndexDirectory.lua . It will load the whole file. For example, there are several files with the size of {2048,600}. We would like to read files by the size of {600} but it will load the whole file when using IndexDirectory.lua. Although we can do post-processing, is there anything we can do when opening files using IndexDirectory.lua like IndexTensor.lua?
Thank you, Chien-Lin