How to use facebook/vit_pe_spatial_gigantic_patch14_448_timm with PerceptionEncoder:
# Use any PE model as a vision encoder import core.vision_encoder.pe as pe model = pe.VisionTransformer.from_config("facebook/vit_pe_spatial_gigantic_patch14_448_timm", pretrained=True)
The community tab is the place to discuss and collaborate with the HF community!