Views
No views yet


neuralgcm-torch — real
nn.Modules with registered parameters, no JAX, gin or haiku at runtime and
no conversion step at load time.pip install 'neuralgcm-torch[hub,notebooks]'1import neuralgcm_torch as neuralgcm
2from neuralgcm_torch import pretrained
3
4# downloads from this repo on first use (cached)
5path = pretrained.fetch_checkpoint('deterministic_2_8_deg')
6model = neuralgcm.PressureLevelModel.from_checkpoint(path, device='cuda')it4lia/neuralgcm-torch — override per call with
repo_id= or globally with NEURALGCM_TORCH_HF_REPO.| file | resolution | parameters | kind |
|---|---|---|---|
deterministic_0_7_deg.pt | 0.7° (TL255) | 31.1M | deterministic |
deterministic_1_4_deg.pt | 1.4° (TL127) | 18.3M | deterministic |
deterministic_2_8_deg.pt | 2.8° (TL63) | 14.5M | deterministic |
stochastic_1_4_deg.pt | 1.4° (TL127) | 11.5M | stochastic (NeuralGCM-ENS) |
stochastic_precip_2_8_deg.pt | 2.8° (TL63) | 11.1M | stochastic, precipitation |
stochastic_evap_2_8_deg.pt | 2.8° (TL63) | 11.1M | stochastic, evaporation |
tl63_stochastic_mini.pt | TL63 toy | 0.19M | stochastic toy / test fixture |
torch.save dictionary — structured config,
auxiliary arrays, and parameter tensors.gs://neuralgcm/models/ under
CC BY-SA 4.0. As required by
ShareAlike, they are redistributed under the same license (CC BY-SA 4.0).neuralgcm-torch model code is separately
licensed under Apache 2.0.