Weather Swarm - Pytorch
Project description
Aurora
Community and Open Source Implementation of the paper: "Aurora: A Foundation Model of the Atmosphere" in PyTorch: Paper link
Install
pip3 install aurora-torch
Example
import torch
from aurora_torch.main import SwinTransformerUNet3D
from loguru import logger
# Test with random input tensor of shape (B, D, H, W, C)
B, D, H, W, C = 2, 16, 64, 64, 32
model = SwinTransformerUNet3D(input_dim=C, output_dim=C)
input_tensor = torch.rand(B, D, H, W, C)
# Forward pass through the model
output = model(input_tensor)
logger.info(f"Output shape: {output.shape}")
License
MIT
Bibtex
@misc{bodnar2024aurora,
title={Aurora: A Foundation Model of the Atmosphere},
author={Cristian Bodnar and Wessel P. Bruinsma and Ana Lucic and Megan Stanley and Johannes Brandstetter and Patrick Garvan and Maik Riechert and Jonathan Weyn and Haiyu Dong and Anna Vaughan and Jayesh K. Gupta and Kit Tambiratnam and Alex Archibald and Elizabeth Heider and Max Welling and Richard E. Turner and Paris Perdikaris},
year={2024},
eprint={2405.13063},
archivePrefix={arXiv},
primaryClass={physics.ao-ph}
}
References
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aurora_torch-0.0.9.tar.gz
(4.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aurora_torch-0.0.9.tar.gz.
File metadata
- Download URL: aurora_torch-0.0.9.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.6 Darwin/23.3.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8e91787ee7b09eee7f69bf1b66ba8b09f045db79411a4b149aea63a95ced8c5
|
|
| MD5 |
cf74adff2485b2bb901684642ba307f8
|
|
| BLAKE2b-256 |
c7ba109a17c847013033739c7a10b4a5e1b7e09d2ffb1ae479c6166eeaf06868
|
File details
Details for the file aurora_torch-0.0.9-py3-none-any.whl.
File metadata
- Download URL: aurora_torch-0.0.9-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.6 Darwin/23.3.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
868ee299337992912db5bee2da910eee356800795f79a703818a2c23bd72cfa7
|
|
| MD5 |
e405ae63f83d2021bd9911d84ea560c5
|
|
| BLAKE2b-256 |
a7f517f5139fde08df3eb9edf53c250811d635082af7661ddb12abee20abbd5e
|