NOABOL35631y commited on
Commit
f58eb12
·
1 Parent(s): cbc0ce4
Files changed (1) hide show
  1. Y3 +4 -0
Y3 ADDED
@@ -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)