KaiyangZhou / Dassl.pytorch

A PyTorch toolbox for domain generalization, domain adaptation and semi-supervised learning.
MIT License
1.21k stars 169 forks source link

RuntimeError Occur When Using DDAIG Model #58

Open AvadaKarrot opened 1 year ago

AvadaKarrot commented 1 year ago

RuntimeError: CUDA out of memory. Tried to allocate 50.00 MiB (GPU 0; 11.91 GiB total capacity; 11.04 GiB already allocated; 43.62 MiB free; 11.10 GiB reserved in total by PyTorch) I used 2 12GB TiTan XP run the Code. I wonder if there's any problem with my own code or is the problem of my devices. Thanks.