Views
No views yet
| Scenario | Description |
|---|---|
| Global Weather Forecast Training | Train the single-step OneForecast model using ERA5 HDF5 data. |
| Local Quick Validation | Use synthetic data to verify the data protocol, model construction, training, inference, and result visualization. |
| Multi-GPU Training | Data-parallel training on multiple GPUs/DCUs via PyTorch DDP and torchrun. |
| ModelScope / OneCode Execution | Download as a standalone model package, install the OneScience dependencies, and run. |
1hf download OneScience-Group/OneForecast --local-dir ./OneForecast
2cd OneForecast1# 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/fake_data.pypython scripts/train.pydata/checkpoint/model_bak.tar.torchrun --nproc-per-node=4 scripts/train.pydata/checkpoint/model_bak.tar by default and saves the result to data/checkpoint/model_finetuned.tar:python scripts/finetune.pyweights/ folder. The weight files will be uploaded soon and are expected to be available in the near future.data/checkpoint/model_bak.tar by default, uses the test-year data, and writes predictions to outputs/predictions/:python scripts/inference.py --config conf/config.yamlpython scripts/result.py| 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 |