style-based-gan-pytorch icon indicating copy to clipboard operation
style-based-gan-pytorch copied to clipboard

Running without MLP

Open mrgloom opened this issue 5 years ago • 0 comments

I was curious how crucial are MLP layers, so I trained 64p model without them (i.e. comment out this section https://github.com/rosinality/style-based-gan-pytorch/blob/master/model.py#L458-L460)

Here is comparison:

320k with mlp layers: 320000

320k without mlp layers: 320000

Seems it's better with mlp layers, but it's not that bad without them.

mrgloom avatar Nov 21 '19 09:11 mrgloom