Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Commit 8db29e8

Browse files
committed
Fix compatibility with VISSL master
1 parent e51563b commit 8db29e8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

flash/image/embedding/backbones/vissl_backbones.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ def vision_transformer(
6060
"QKV_BIAS": qkv_bias,
6161
"QK_SCALE": qk_scale,
6262
"CLASSIFIER": classifier,
63+
"CHECKPOINT_MLP": False,
64+
"CHECKPOINT_BLOCK": False,
6365
}
6466
),
6567
}

0 commit comments

Comments
 (0)