Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

DeepLearner101
/
ResNet50MixedEpsilonImageNetDS

Image Classification
Transformers
resnet
Model card Files Files and versions
xet
Community

Instructions to use DeepLearner101/ResNet50MixedEpsilonImageNetDS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use DeepLearner101/ResNet50MixedEpsilonImageNetDS with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="DeepLearner101/ResNet50MixedEpsilonImageNetDS")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForImageClassification
    
    processor = AutoImageProcessor.from_pretrained("DeepLearner101/ResNet50MixedEpsilonImageNetDS")
    model = AutoModelForImageClassification.from_pretrained("DeepLearner101/ResNet50MixedEpsilonImageNetDS")
  • Notebooks
  • Google Colab
  • Kaggle
ResNet50MixedEpsilonImageNetDS
103 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
DeepLearner101's picture
DeepLearner101
Add pytorch_model_torch_final_model.pth.pth and related files
a3382f8 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • best_hyperparameters.json
    153 Bytes
    Upload best_hyperparameters.json over 2 years ago
  • config.json
    95 Bytes
    Add pytorch_model_torch_final_model.pth.pth and related files over 2 years ago
  • pytorch_model_torch_final_model.pth.pth

    Detected Pickle imports (4)

    • "torch.FloatStorage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.LongStorage"

    What is a pickle import?

    103 MB
    xet
    Add pytorch_model_torch_final_model.pth.pth and related files over 2 years ago
  • training_metrics_torch_final_model.pth.json
    2 Bytes
    Add pytorch_model_torch_final_model.pth.pth and related files over 2 years ago