openclimatefix / cloudcasting_example_models

huggingface.co
Total runs: 0
24-hour runs: 0
7-day runs: 0
30-day runs: 0
Model's Last Updated: Janeiro 24 2025

Introduction of cloudcasting_example_models

Model Details of cloudcasting_example_models

Cloudcasting

Model Description

These models are trained to predict future frames of satellite data from past frames. The model uses 3 hours of recent satellite imagery at 15 minute intervals and predicts 3 hours into the future also at 15 minute intervals. The satellite inputs and predictions are multispectral with 11 channels.

See [1] for the repo used to train the model.

  • Developed by: Open Climate Fix and the Alan Turing Institute
  • License: mit

Training Details

Data

This was trained on EUMETSAT satellite imagery derived from the data stored in this google public dataset .

The data was processed using the protocol in [2]

Results

See the READMEs in each model dir for links to the wandb training runs

Usage

These models rely on [1] being installed. Example usage to load the model is shown below

import hydra
import yaml
from huggingface_hub import snapshot_download
from safetensors.torch import load_model


REPO_ID = "openclimatefix/cloudcasting_example_models"
REVISION = <commit-id>
MODEL = "simvp_model"

# Download the model checkpoints
hf_download_dir = snapshot_download(
    repo_id=REPO_ID,
    revision=REVISION,
)

# Create the model object
with open(f"{hf_download_dir}/model_config.yaml", "r", encoding="utf-8") as f:
    model = hydra.utils.instantiate(yaml.safe_load(f))

# Load the model weights
load_model(
    model,
    filename=f"{hf_download_dir}/model.safetensors", 
    strict=True,
)
Software

Runs of openclimatefix cloudcasting_example_models on huggingface.co

0
Total runs
0
24-hour runs
0
3-day runs
0
7-day runs
0
30-day runs

More Information About cloudcasting_example_models huggingface.co Model

More cloudcasting_example_models license Visit here:

https://choosealicense.com/licenses/mit

cloudcasting_example_models huggingface.co

cloudcasting_example_models huggingface.co is an AI model on huggingface.co that provides cloudcasting_example_models's model effect (), which can be used instantly with this openclimatefix cloudcasting_example_models model. huggingface.co supports a free trial of the cloudcasting_example_models model, and also provides paid use of the cloudcasting_example_models. Support call cloudcasting_example_models model through api, including Node.js, Python, http.

cloudcasting_example_models huggingface.co Url

https://huggingface.co/openclimatefix/cloudcasting_example_models

openclimatefix cloudcasting_example_models online free

cloudcasting_example_models huggingface.co is an online trial and call api platform, which integrates cloudcasting_example_models's modeling effects, including api services, and provides a free online trial of cloudcasting_example_models, you can try cloudcasting_example_models online for free by clicking the link below.

openclimatefix cloudcasting_example_models online free url in huggingface.co:

https://huggingface.co/openclimatefix/cloudcasting_example_models

cloudcasting_example_models install

cloudcasting_example_models is an open source model from GitHub that offers a free installation service, and any user can find cloudcasting_example_models on GitHub to install. At the same time, huggingface.co provides the effect of cloudcasting_example_models install, users can directly use cloudcasting_example_models installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

cloudcasting_example_models install url in huggingface.co:

https://huggingface.co/openclimatefix/cloudcasting_example_models

Url of cloudcasting_example_models

cloudcasting_example_models huggingface.co Url

Provider of cloudcasting_example_models huggingface.co

openclimatefix
ORGANIZATIONS

Other API from openclimatefix

huggingface.co

Total runs: 144
Run Growth: 6
Growth Rate: 4.17%
Updated: Junho 20 2022