Commit f7fa422c authored by narugo1992's avatar narugo1992
Browse files

dev(narugo): fix that

parent ca312ffb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -43,6 +43,7 @@ def _seg_split(text):

_FC_KEYWORDS_FOR_V2 = {'predictions_dense'}
_FC_NODE_PREFIXES_FOR_V3 = {
    "SwinV2": ('core_model', 'head', 'fc'),
    "SwinV2_v3": ('core_model', 'head', 'fc'),
    "ConvNext_v3": ('core_model', 'head', 'fc'),
    "ViT_v3": ('core_model', 'head'),