Skip to content

Commit

Permalink
fix rcan detection keys
Browse files Browse the repository at this point in the history
  • Loading branch information
the-database committed Jan 9, 2025
1 parent e88b0a5 commit 8ba2502
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions libs/spandrel/spandrel/architectures/RCAN/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ def __init__(self):
id="RCAN",
detect=KeyCondition.has_any(
KeyCondition.has_all(
# "head.0.weight",
# "tail.1.weight",
# "body.0.body.0.body.0.weight",
"head.0.weight",
"tail.1.weight",
"body.0.body.0.body.0.weight",
"body.0.body.0.body.3.conv_du.0.weight",
),
KeyCondition.has_all(
# "head.1.weight",
# "tail.1.weight",
# "body.0.body.0.body.0.weight",
"head.1.weight",
"tail.1.weight",
"body.0.body.0.body.0.weight",
"body.0.body.0.body.3.conv_du.0.weight",
),
),
Expand Down

0 comments on commit 8ba2502

Please sign in to comment.