ml-jku / cloob

Other
151 stars 11 forks source link

Implementing CUML-based linear probing #11

Open ChenDelong1999 opened 2 years ago

ChenDelong1999 commented 2 years ago

The CLOOB paper mentioned that it used CUML-based logistic regression with L-BFGS algorithm to utilize GPUs for efficiency. My implementation works fine on small datasets (e.g., CIFAR), but CUDA out of memory occurred when dealing with large-scale ImageNet.

I have been stuck here for a pretty long time, and I cannot find useful support from the document or the Internet. Is it possible to provide a few code examples highlighting how to fix this problem?