-
Notifications
You must be signed in to change notification settings - Fork 138
Open
Description
如果我想要更改CNN模型的kernel size,例如改成5*5大小,以便看是否有更高的PSNR。
我跟改了model_x 檔案第52行"layers = [nn.Conv2d(in_filters, out_filters, 5, stride=2, padding=1)]"
跑出了錯誤訊息 "RuntimeError: Calculated padded input size per channel: (7 x 7). Kernel size: (8 x 8). Kernel size can't be greater than actual input size" ,想請問作者如何解決。
謝謝您。
Metadata
Metadata
Assignees
Labels
No labels