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

Commit

Permalink
Fix compatibility with VISSL master
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwharris committed Apr 13, 2022
1 parent e51563b commit 8db29e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flash/image/embedding/backbones/vissl_backbones.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ def vision_transformer(
"QKV_BIAS": qkv_bias,
"QK_SCALE": qk_scale,
"CLASSIFIER": classifier,
"CHECKPOINT_MLP": False,
"CHECKPOINT_BLOCK": False,
}
),
}
Expand Down

0 comments on commit 8db29e8

Please sign in to comment.