You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: