CoolFace
Datasetpublic

Nionio/PDEBench_2D_DarcyFlow

Example of usage: import torch from plaid.bridges import huggingface_bridge as hfb from torch.utils.data import DataLoader def reshape_all(batch: dict[str, torch.Tensor]) -> dict[str, torch.Tensor]: """Helper function that reshapes the flattened fields into images of sizes (128, 128).""" batch["diffusion_coefficient"] = batch["diffusion_coefficient"].reshape( -1, 128, 128 ) batch["flow"] = batch["flow"].reshape(-1, 128, 128) return batch # Load the dataset… See the full description on the dataset page: https://huggingface.co/datasets/Nionio/PDEBench_2D_DarcyFlow.

sourceHugging Facecc-by-4.0updated 10mo agoView on Hugging Face
1likes240downloads
11 commits on main
77fc33410mo ago

Update README.md

Nionio
6f75d4811mo ago

Upload key_mappings.yaml

Nionio
b16a59511mo ago

Upload tree_constant_part.pkl

Nionio
36ac91411mo ago

Upload dataset

Nionio
c0b628e11mo ago

Upload infos.yaml

Nionio
b7d8f6e11mo ago

Upload problem_definitions/regression.yaml

Nionio
22c478c11mo ago

Upload infos.yaml

Nionio
20aa5bd11mo ago

Upload key_mappings.yaml

Nionio
74096b111mo ago

Upload tree_constant_part.pkl

Nionio
f967da911mo ago

Upload dataset

Nionio
83c36cc11mo ago

initial commit

Nionio