Hugi Tower 8F, Abba Hillel Silver Rd 12
5250606, Ramat Gan,
Israel
+972 3 3751969
+1 650 448 1069
[email protected]
from transformers import AutoFeatureExtractor, AutoModelForImageClassification
extractor = AutoFeatureExtractor.from_pretrained("microsoft/resnet-50")
model = AutoModelForImageClassification.from_pretrained("microsoft/resnet-50")