SkillAgentSearch skills...

Earthformer

No description available

Install / Use

/learn @fancy517/Earthformer
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Earthformer

image image Open In Studio Lab Open In Colab

A Python package for Earth forecasting transformer

Introduction

This repository turns the amazon-science/earth-forecasting-transformer repository into a Python package, making it easier to install and use. To learn more about Earthformer, please refer to the NeurIPS 2022 paper: Earthformer: Exploring Space-Time Transformers for Earth System Forecasting. Credits to the authors and their repository for the original implementation.

Installation

The earthformer package is available on PyPI. To install it, run:

pip install earthformer

The earthformer package is also available on conda-forge. To install it, run:

conda create -n earthformer python=3.10
conda activate earthformer
conda install -c conda-forge mamba
mamba install -c conda-forge earthformer
View on GitHub
GitHub Stars4
CategoryDevelopment
Updated2y ago
Forks0

Languages

Python

Security Score

65/100

Audited on Nov 29, 2023

No findings