Views
No views yet
| Scenario | Description |
|---|---|
| Global Weather Forecast Research | Train a FourCastNet-style AFNO forecast model using annual ERA5 HDF5 data. |
| Local Quick Validation | Use synthetic data to verify data loading, training entry points, inference, and result scripts. |
| ModelScope / OneCode Execution | Download as a standalone model package, install dependencies, and run scripts directly. |
| Multi-GPU Training | Launch multi-process training via torchrun. |
1hf download OneScience-Group/FourCastNet --local-dir ./FourCastNet
2cd FourCastNet1# 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 is set correctly:hf download --repo-type dataset OneScience-Group/ERA5 --local-dir ./datapython scripts/train.pytorchrun --nproc_per_node=8 --nnodes=1 --rdzv_id=1000 --rdzv_backend=c10d --max_restarts=0 --master_addr="localhost" --master_port=29500 scripts/train.py1data/checkpoints/model_bak.pth
2data/checkpoints/trloss.npy
3data/checkpoints/valoss.npyweights/ folder. The weight files will be uploaded soon and are expected to be available in the near future.data/checkpoints/model_bak.pth by default:python scripts/inference.pyresult/output/python scripts/result.pyresult/rmse.npyresult/acc.npyresult/loss.png| 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 |