Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
NOABOL35631y
/
Space_7843222765964433
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
NOABOL35631y
commited on
Apr 16, 2023
Commit
f58eb12
·
1 Parent(s):
cbc0ce4
Create Y3
Browse files
Files changed (1)
hide
show
Y3
+4
-0
Y3
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
from transformers import AutoImageProcessor
2
+
3
+
checkpoint = "google/vit-base-patch16-224-in21k"
4
+
image_processor = AutoImageProcessor.from_pretrained(checkpoint)