Skip to content

Commit

Permalink
re add spanplus without incorrect sudo span detection
Browse files Browse the repository at this point in the history
  • Loading branch information
TNTwise committed Dec 23, 2024
1 parent 1e1ec62 commit cced2ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/src/pytorch/spandrel/__helpers/main_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
SAFMN,
SAFMNBCIE,
SPAN,
#SPANPlus,
SPANPlus,
sudo_SPANPlus,
Compact,
DnCNN,
Expand Down Expand Up @@ -91,5 +91,5 @@
ArchSupport.from_architecture(SeemoRe.SeemoReArch()),
ArchSupport.from_architecture(MoSR.MoSRArch()),
ArchSupport.from_architecture(sudo_SPANPlus.sudo_SPANPlusArch()),
#ArchSupport.from_architecture(SPANPlus.SPANPlusArch()),
ArchSupport.from_architecture(SPANPlus.SPANPlusArch()),
)
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ def __init__(self):
"feats.1.conv_2.eval_conv.weight",
"feats.1.conv_cat.weight",
"upsampler.end_conv.weight",
"dynamic.kernels_weights",
"dynamic.attention.to_scores.0.weight",
),
)

Expand Down

0 comments on commit cced2ed

Please sign in to comment.