You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 15, 2026. It is now read-only.
hi, I am trying to train using --size 256 --start_dim 256 --style_dim 256 but:
File "/mnt/d/Projects/python/StyleSwin/models/basic_layers.py", line 91, in forward
out = F.linear(input, self.weight * self.scale)
RuntimeError: mat1 and mat2 shapes cannot be multiplied (2x512 and 256x256)
hi, I am trying to train using --size 256 --start_dim 256 --style_dim 256 but:
How can I fix?