ReduNet icon indicating copy to clipboard operation
ReduNet copied to clipboard

memory will be very large

Open zdx3578 opened this issue 4 years ago • 1 comments

If the data format is slightly larger, the memory will be very large. Do you have any suggestions for optimization? Any suggestions are welcome, thank you!

zdx3578 avatar Aug 01 '21 16:08 zdx3578

On a high level, I think one potential way to reduce the memory is the learn (or construct) each E and C_j matrix by batch. As long as there is an efficiently way to solve the self-expressive regression problem at each step, then the construction of those matrices should be scalable.

ryanchankh avatar Jun 01 '23 14:06 ryanchankh