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
Hi, when I run the generate,
.sg_upconv(dim=2, act='sigmoid', bn=False).sg_squeeze()
there is a error:
ValueError: Can not squeeze dim[3], expected a dimension of 1, got 2 for 'generator/Squeeze' (op: 'Squeeze') with input shapes: [?,384,1,2].
what is it?
thank you.