GroupFacePytorch
GroupFacePytorch copied to clipboard
how to support higher batch size while training?
Tested with decreasing image size, but still not enough.
in this repository , 224x224 is preferred
I changed the dimensions to 112*112 in the network but still the maximum batch size i am able to get is 16 on 12GB GPU. I meant to ask how can I increase batch size to say 200 on same GPU?