Skip to content

Commit

Permalink
Add parameter detection test for lightweight
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment committed Nov 20, 2023
1 parent ae483c1 commit 1380d04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_KBNet.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ def test_KBCNN_load():
lambda: KBNet_s(width=32, middle_blk_num=3),
lambda: KBNet_s(width=32, enc_blk_nums=[1, 2, 3, 4], dec_blk_nums=[1, 2, 3, 4]),
lambda: KBNet_s(width=32, ffn_scale=3),
lambda: KBNet_s(width=32, lightweight=True),
)

0 comments on commit 1380d04

Please sign in to comment.