We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bea1137 + e7925ea commit 75823abCopy full SHA for 75823ab
timm/models/eva.py
@@ -1678,6 +1678,7 @@ def vit_pe_spatial_gigantic_patch14_448(pretrained=False, **kwargs):
1678
rope_grid_indexing='xy',
1679
use_pre_transformer_norm=True,
1680
use_post_transformer_norm=False,
1681
+ use_fc_norm=False, # explicitly disable
1682
init_values=0.1,
1683
norm_layer=partial(LayerNorm, eps=1e-5),
1684
#dynamic_img_size=True,
0 commit comments