Edit model card

Model Details

  • Model Type: Image classification / feature backbone

Model Stats:

  • Params (M): 71.1
  • GMACs: 13.7
  • Activations (M): 48.3
  • Image size: 224 x 224

Papers:

how to load the model

import joblib
from huggingface_hub import hf_hub_download
import safetensors
import torch

REPO_ID = "subhuatharva/swim-224-base-satellite-image-classification"
FILENAME = "model.safetensors"

# Download the model file
model_path = hf_hub_download(repo_id=REPO_ID, filename=FILENAME)
# intialize the model
model = create_model(
    model_name,
    num_classes=17
)
load_model(model, model_path)
Downloads last month
7
Safetensors
Model size
70.4M params
Tensor type
F32
ยท
Inference Examples
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.

Space using subhuatharva/swim-224-base-satellite-image-classification 1