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
I have a question. I was trying to train the colorization_cINN, but I have some struggles with the fully connected section. I keep getting an error in the glow_coupling_layer:
File "...\FrEIA\modules\coupling_layers.py", line 179, in forward
r2 = self.s2(torch.cat([x2, *c], 1) if self.conditional else x2)
RuntimeError: Tensors must have same number of dimensions: got 1 and 2
X2 keeps having 2 Dimensions, even after applying the flattening_layer. The output_shape is giving you the correct format.
I have a question. I was trying to train the colorization_cINN, but I have some struggles with the fully connected section. I keep getting an error in the glow_coupling_layer:
X2 keeps having 2 Dimensions, even after applying the flattening_layer. The output_shape is giving you the correct format.
Am I doing something wrong there ?
Thanks in advance!
The text was updated successfully, but these errors were encountered: