Skip to content

Commit

Permalink
Clarify comments for RESTORMER_CONFIGS in test_restormer.py,
Browse files Browse the repository at this point in the history
I, Cano-Muniz, Santiago <[email protected]>, hereby add my Signed-off-by to this commit: 3c2dbc6

Signed-off-by: Cano-Muniz, Santiago <[email protected]>
  • Loading branch information
phisanti committed Mar 8, 2025
1 parent f17e06e commit 4573ec9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/networks/nets/test_restormer.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
]

RESTORMER_CONFIGS = [
# 2-level architecture
# 2-level architecture test
{"num_blocks": [1, 1], "heads": [1, 1]},
{"num_blocks": [2, 1], "heads": [2, 1]},
# 3-level architecture
# 3-level architecture test
{"num_blocks": [1, 1, 1], "heads": [1, 1, 1]},
{"num_blocks": [2, 1, 1], "heads": [2, 1, 1]},
]
Expand Down

0 comments on commit 4573ec9

Please sign in to comment.