Refactor SOLD2Net
to Support Dataclasses for Configuration
#2908
Labels
help wanted
Extra attention is needed
SOLD2Net
to Support Dataclasses for Configuration
#2908
In the process of updating dictionary configurations to dataclasses (see #2093), I noticed that
kornia.feature.sold2.backbones.SOLD2Net
currently also only supports dictionaries. This restriction was addressed by using thedataclass_to_dicts
function a previous commit (see details). To maintain consistency with the ongoing dataclasses for config refactoring effort, shouldSOLD2Net
be updated to accept dataclasses directly?The text was updated successfully, but these errors were encountered: