Views
No views yet
| Scenario | Description |
|---|---|
| Global ocean forecast research | Train a dual-branch FNO/CNN ocean forecast model with GLORYS12-compatible data. |
| Local quick validation | Use synthetic ocean fields to check data loading, pretraining, fine-tuning, inference, and visualization. |
| ModelScope / OneCode execution | Download the standalone model package, install dependencies, and run the scripts directly. |
| Multi-GPU training | Run multi-GPU training with torchrun. |
1hf download OneScience-Group/GLONET --local-dir ./GLONET
2cd GLONET1# Please activate DTK and CONDA first
2conda create -n onescience311 python=3.11 -y
3conda activate onescience311
4# uv installation is supported
5pip install onescience[earth-dcu] -i http://mirrors.onescience.ai:3141/pypi/simple/ --trusted-host mirrors.onescience.ai1# Please activate CONDA first
2conda create -n onescience311 python=3.11 -y libstdcxx-ng=12 libgcc-ng=12 gcc_linux-64=12 gxx_linux-64=12
3conda activate onescience311
4# uv installation is supported
5pip install onescience[earth-gpu] -i http://mirrors.onescience.ai:3141/pypi/simple/ --trusted-host mirrors.onescience.aiconf/config.yaml; the raw GLORYS12 data is not included in this package. The default synthetic data is only for interface checks:python scripts/fake_data.pypython scripts/train.pytorchrun --nproc_per_node=8 scripts/train.pydata/checkpoints/ by default.weight/ folder. The weight files will be uploaded soon and are expected to be available in the near future.python scripts/inference.pyresult/glonet/data/prediction.pt by default.python scripts/result.pyresult/glonet/prediction.png. Meaningful errors are computed only when a real reference field is provided.| Platform | OneScience Main Repository | Skills Repository |
|---|---|---|
| Gitee | https://gitee.com/onescience-ai/onescience | https://gitee.com/onescience-ai/oneskills |
| GitHub | https://github.com/onescience-ai/OneScience | https://github.com/onescience-ai/oneskills |