Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

cmkr96
/
custom-resnet50d-test

Feature Extraction
Transformers
Safetensors
resnet
custom_code
Model card Files Files and versions
xet
Community

Instructions to use cmkr96/custom-resnet50d-test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use cmkr96/custom-resnet50d-test with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="cmkr96/custom-resnet50d-test", trust_remote_code=True)
    # Load model directly
    from transformers import AutoImageProcessor, AutoModel
    
    processor = AutoImageProcessor.from_pretrained("cmkr96/custom-resnet50d-test", trust_remote_code=True)
    model = AutoModel.from_pretrained("cmkr96/custom-resnet50d-test", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
custom-resnet50d-test
103 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
cmkr96's picture
cmkr96
Upload CustomResnet
c739d7c verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    5.17 kB
    Upload CustomResnet over 1 year ago
  • config.json
    487 Bytes
    Upload CustomResnet over 1 year ago
  • configuration_resnet.py
    1.15 kB
    Upload CustomResnet over 1 year ago
  • model.safetensors
    103 MB
    xet
    Upload CustomResnet over 1 year ago
  • modeling_resnet.py
    875 Bytes
    Upload CustomResnet over 1 year ago