JiaminRen / RandWireNN

Pytorch Implementation of: "Exploring Randomly Wired Neural Networks for Image Recognition"
274 stars 42 forks source link

How much is the GPU memory-Usage? #16

Open luanyunteng opened 5 years ago

luanyunteng commented 5 years ago

I try to run your code on 4 1080Ti GPUs, and I found that there is not enough memory under your default setting (256 batchsize, regular model). So I want to know how could you run the model on 8 Xp GPUs. Thanks a lot.