naver-ai / StyleMapGAN

Official pytorch implementation of StyleMapGAN (CVPR 2021)
https://www.youtube.com/watch?v=qCapNyRA_Ng
Other
458 stars 81 forks source link

minimum system requirements #6

Open jhamed-dp opened 3 years ago

jhamed-dp commented 3 years ago

what are min. system requirements to run demo.py?

blandocs commented 3 years ago

It depends on running arguments and target editing tasks. If you have a GPU of low capacity, use low input image resolution and StyleMapGAN-Light version.

xiaohuoer commented 3 years ago

For test , max will be need 12995MiB,so I think single GPU 16G able to meet demand for test

xiaohuoer commented 3 years ago

Here is an experimental record of the code for reference:https://positive.blog.csdn.net/article/details/118578780 ;The GPU size of the test experiment is recorded;

gordinmitya commented 2 years ago

can confirm got Cuda out of memory on 3080ti (12GB) however works fine on V100 (16gb)