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

  • Log In
  • Sign Up

SaladSlayer00
/
image_classification_resnet

Image Classification
Transformers
google-tensorflow TensorFlow
TensorBoard
resnet
generated_from_keras_callback
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use SaladSlayer00/image_classification_resnet with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="SaladSlayer00/image_classification_resnet")
    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("SaladSlayer00/image_classification_resnet")
    model = AutoModelForImageClassification.from_pretrained("SaladSlayer00/image_classification_resnet")
  • Notebooks
  • Google Colab
  • Kaggle
image_classification_resnet / logs /train
5.62 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 38 commits
SaladSlayer00's picture
SaladSlayer00
Training in progress epoch 11
4016792 over 2 years ago
  • events.out.tfevents.1703346274.a4b75d124c2f.8262.2.v2
    1.42 MB
    xet
    Training in progress epoch 9 over 2 years ago
  • events.out.tfevents.1703530830.fv-az520-878.1918.0.v2
    1.4 MB
    xet
    Training in progress epoch 3 over 2 years ago
  • events.out.tfevents.1703538427.fv-az847-406.1850.0.v2
    1.4 MB
    xet
    Training in progress epoch 11 over 2 years ago
  • events.out.tfevents.1703560082.fv-az1200-423.1825.0.v2
    1.4 MB
    xet
    Training in progress epoch 11 over 2 years ago