ImageCompressionNN
ImageCompressionNN copied to clipboard
Align error
When I execute the training command, there is an error of feature dimension. Displays dimensional errors in feature alignment.
Traceback (most recent call last):
File "project/train.py", line 114, in
The relevant information is printed as follows: y torch.Size([32, 32, 64]) coef torch.Size([8, 64, 256, 256]) conv ConvTranspose2d(64, 64, kernel_size=(3, 3), stride=(4, 4), padding=(1, 1)) conv(coef) torch.Size([8, 64, 1021, 1021])