Closed Mshz2 closed 3 years ago
Yes, you may reduce '--fmap-base' by 2-4x, which defaults to 16384.
Yes, you may reduce '--fmap-base' by 2-4x, which defaults to 16384.
Thank you so much for your reply. Do you think is it good idea if we reduce the number of cnn layers?
Best
Currently we only have 2 layers at each level, so I don't think reducing the number of layers is practical.
Currently we only have 2 layers at each level, so I don't think reducing the number of layers is practical.
May I ask what you mean by level? Btw, the number of feature maps by --fmap-base, is the overall feature maps after all layers, right?
"level" means at each resolution, before upsampling/downsampling. fmap-base is a multiplication factor of feature maps for all layers.
Hey there :)
Do you have any suggestion how we could reduce training time? Is there any way like we reduce size of the network for less complex images than human portrait, or change the arguments below?
I know that if we have more powerful GPU and if we reduce resolution, the timing get less but I'm not sure about other arguments.
Best