i4ata's picture
smol update
26a33b7
raw
history blame
86 Bytes
import torch
a = torch.load('models/pretrained_vit.pth', map_location='cpu')
print(a)