About GPU usage
Hi, sir. Thanks so much for sharing your code.
I want to reproduce the results of CIFAR-10, and used the model 'Inception' you gave. But my GPU memory is over 48GB, is this normal? Can I know how much GPU memory you used to train CIFAR-10? It would be great if you could give me more code details on how to reproduce CIFAR-10.
Thank you for your reply.
Hi, what type of GPU card are you using? Consuming 48GB GPU memory is normal. I believe we were mostly using cards with 8~12 GB GPU memory to run the CIFAR-10 experiments at that time.
Hi, what type of GPU card are you using? Consuming 48GB GPU memory is normal. I believe we were mostly using cards with 8~12 GB GPU memory to run the CIFAR-10 experiments at that time.
Thanks for your reply. I am using an A6000, which has 48GB GPU memory, but it is not enough to run CIFAR-10. Maybe I need a graphics card with more GPU memory or use two A6000.