Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
i4ata
/
CustomTransformerClassification
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
26a33b7
CustomTransformerClassification
/
main.py
i4ata
smol update
26a33b7
about 2 years ago
raw
Copy download link
history
blame
86 Bytes
import
torch
a = torch.load(
'models/pretrained_vit.pth'
, map_location=
'cpu'
)
print
(a)