Open Marcelo5444 opened 11 months ago
Yes. That is the stabilization layer.
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')
Could you explain that, please
The stabilization layer were it can be found? is the here: https://github.com/pmh9960/iColoriT/blob/8a02415aea6f6cc144650b47f38e58476f4e2a0f/iColoriT_demo/modeling.py#L244