Open kgonia opened 1 year ago
I tried to use StyleGANDiscriminatorPreTrainedModel with config having images siez 512 x 512 but I got this error:
vit_vqgan/modelin │ │ g_stylegan_disc.py:314 in __call__ │ │ │ │ 311 │ │ │ y = block(y) │ │ 312 │ │ │ │ 313 │ │ # final block running on 4x4 feature maps │ │ ❱ 314 │ │ assert min(y.shape[1:3]) == 4 │ │ 315 │ │ │ │ 316 │ │ y = self.stddev_layer(y) │ │ 317 │ │ y = self.conv_out(y) │ ╰──────────────────────────────────────────────────────────────────────────────────────────────────╯ UnfilteredStackTrace: AssertionError
Should I change smth more or it's not supported to change image size?
I tried to use StyleGANDiscriminatorPreTrainedModel with config having images siez 512 x 512 but I got this error:
Should I change smth more or it's not supported to change image size?