LAPA

Pretrained weights for LAPA (Look Around and Pay Attention) on Joint.

Load

import torch
from lapa.models.lapa import LAPA

ckpt = torch.load('lapa.pt', map_location='cpu')
model = LAPA()
model.load_state_dict(ckpt['model'])
model.eval()

Code: https://github.com/ostadabbas/Look-Around-and-Pay-Attention-LAPA-

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Collection including bishoygaloaa/LAPA-Joint

Paper for bishoygaloaa/LAPA-Joint