How can Pytorch set GPU memory limit?
when I start uwsgi and setup 2 workers. then My GPU memory will share all the memory for two.
ex. 4GB GPU - >. first worker use: 2 GB. second worker 2GB
how can I setup first worker only use 1GB second worker use 1GB?