Skip to content

Commit

Permalink
[Fix]: Change UT of cae
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanLiuuuuuu committed May 5, 2022
1 parent 4fba323 commit 59792f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_models/test_algorithms/test_cae.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
from mmselfsup.models.algorithms import CAE

# model settings
backbone = dict(type='CAEViT', arch='b', patch_size=16, init_values=0.1)
backbone = dict(
type='CAEViT', arch='b', patch_size=16, init_values=0.1, qkv_bias=False)
neck = dict(
type='CAENeck',
patch_size=16,
Expand Down

0 comments on commit 59792f5

Please sign in to comment.