Closed JorisCos closed 3 years ago
Yeah I realised that as well, there is a typo in the last line. The correct decoders list is
(128, 90, (5, 3), (2, 1), "auto", (0, 0)),
(180, 90, (5, 3), (2, 2), "auto", (0, 0)),
(180, 90, (5, 3), (2, 1), "auto", (0, 0)),
(180, 90, (5, 3), (2, 2), "auto", (0, 0)),
(180, 90, (5, 3), (2, 1), "auto", (0, 0)),
(180, 90, (5, 3), (2, 2), "auto", (0, 0)),
(180, 90, (7, 5), (2, 1), "auto", (0, 0)),
(180, 90, (7, 5), (2, 2), "auto", (0, 0)),
(135, 90, (1, 7), (1, 1), "auto", (0, 0)),
(135, 1, (7, 1), (1, 1), "auto", (0, 0)),
Maybe "auto" actually does the right thing and for some reason I thought it doesn't?
Ok I missed this figure. Actually "auto" does what I suggested so no we should definitely fix with your config
🐛 Bug
The configuration provided in
_dcunet_architectures.py
forLarge-DCUNet-20
will lead to an error when decoding. The decoder isn't set toauto
not sure why. Anyway, I think (need to be checked) the right configuration is