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, checking the stabilizing layer, in our paper diagram its that features forwarded across the Conv2d, keeep the same dimension however, when running the code I see that the:
nn.Conv2d(192, 512, kernel_size=3, stride=1, padding=1, padding_mode='reflect')
The stabilization layer were it can be found? is the here:
iColoriT/iColoriT_demo/modeling.py
Line 244 in 8a02415
The text was updated successfully, but these errors were encountered: