Dear Ali,
Thanks for sharing your code, can you please share a GPU version of your code? All over your code you use lists and np arrays, which leads to heavy RAM memory use, and so far we have not been able to run any of the experiments in your paper.
Even when we tried to run your code on GPU, the program tried to allocate 85.5 GB of memory on GPU.
Is there anything we are missing? Is there anything wrong with np.where lines or for j in indices[0] line, in getInceremntalData class?
Please help, how can we avoid heavy memory use? this while we are using caltech101 dataset.
Thanks.
Dear Ali,
Thanks for sharing your code, can you please share a GPU version of your code? All over your code you use lists and np arrays, which leads to heavy RAM memory use, and so far we have not been able to run any of the experiments in your paper.
Even when we tried to run your code on GPU, the program tried to allocate 85.5 GB of memory on GPU.
Is there anything we are missing? Is there anything wrong with np.where lines or for j in indices[0] line, in getInceremntalData class?
Please help, how can we avoid heavy memory use? this while we are using caltech101 dataset.
Thanks.