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
Hello,Thank you for your work.I hope others can notice that when you want dim>2, please make corresponding modifications style = self.modulation(style) if self.demodulate: style = style * torch.rsqrt(style.pow(2).mean([1], keepdim=True) + 1e-8)
The text was updated successfully, but these errors were encountered:
Hello,Thank you for your work.I hope others can notice that when you want dim>2, please make corresponding modifications
style = self.modulation(style) if self.demodulate: style = style * torch.rsqrt(style.pow(2).mean([1], keepdim=True) + 1e-8)
The text was updated successfully, but these errors were encountered: