Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -18,13 +18,11 @@ os.environ["PYOPENGL_PLATFORM"] = "egl"
|
|
18 |
# os.system("wget https://zenodo.org/records/10124594/files/Tensile2d.tar.gz")
|
19 |
# os.system("tar -xvf Tensile2d.tar.gz")
|
20 |
|
21 |
-
hf_dataset = load_dataset("PLAID-datasets/
|
22 |
-
|
23 |
-
nb_samples = 500
|
24 |
-
|
25 |
-
field_names_train = ["sig11", "sig22", "sig12", "U1", "U2", "q"]
|
26 |
|
|
|
27 |
|
|
|
28 |
|
29 |
|
30 |
def sample_info(sample_id_str, fieldn):
|
|
|
18 |
# os.system("wget https://zenodo.org/records/10124594/files/Tensile2d.tar.gz")
|
19 |
# os.system("tar -xvf Tensile2d.tar.gz")
|
20 |
|
21 |
+
hf_dataset = load_dataset("PLAID-datasets/Rotor37", split="all_samples")
|
|
|
|
|
|
|
|
|
22 |
|
23 |
+
nb_samples = 1000
|
24 |
|
25 |
+
field_names_train = ["Density", "Pressure", "Temperature"]
|
26 |
|
27 |
|
28 |
def sample_info(sample_id_str, fieldn):
|