Views
No views yet
| Use Case | Description |
|---|---|
| PDE neural-operator validation | Complete a minimal FNO training and inference workflow using PDEBench-style HDF5 data |
| Neural PDE method development | Extend the model collection in model/, which already includes FNO, DeepONet, PINO-FNO, UNO, MPNN, and UNet definitions |
| ModelScope/OneCode execution | Download the standalone model package, install its dependencies, and run the provided scripts |
| Rapid pipeline checks | Use fake_data.py and smoke_models.py to verify the data, models, and scripts |
1hf download OneScience-Group/PDENNEval --local-dir ./PDENNEval
2cd PDENNEval1# Activate DTK and Conda first
2conda create -n onescience311 python=3.11 -y
3conda activate onescience311
4# Installation with uv is also supported
5pip install onescience[cfd-dcu] -i http://mirrors.onescience.ai:3141/pypi/simple/ --trusted-host mirrors.onescience.ai1# 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# Installation with uv is also supported
5pip install onescience[cfd-gpu] -i http://mirrors.onescience.ai:3141/pypi/simple/ --trusted-host mirrors.onescience.aipdenneval dataset for training. Download it with the command below and verify that the data path in conf/config.yaml is configured correctly:hf download --repo-type dataset OneScience-Group/pdenneval --local-dir ./datapython scripts/train.pypdenneval dataset in the weights/ directory. The weights will be uploaded soon.python scripts/inference.pyweight/best_model.pt and writes .npz results to result/output/.python scripts/result.py| Platform | OneScience 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 |