bes-dev / MobileStyleGAN.pytorch

An official implementation of MobileStyleGAN in PyTorch
Apache License 2.0
672 stars 81 forks source link

6GB of memory. #32

Closed chenloveheimei closed 2 years ago

chenloveheimei commented 2 years ago

Q1:if I have just 6GB of memory.can i train a good effect? or I need at least 12GB?

Q2:why don't you load the teacher of Discriminator?

thx.

bes-dev commented 2 years ago

@chenloveheimei 1) We don't test setup with 6Gb VRAM. 2) It's a good question. I don't know, I hadn't so idea when I worked on this project.