Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
---
|
| 4 |
+
This directory stores the datasets used by SAM for infill design, deformation response representation, and conditional diffusion model training/testing.
|
| 5 |
+
|
| 6 |
+
| File | Description |
|
| 7 |
+
| --- | --- |
|
| 8 |
+
| `C.npy` | Response deformation configurations represented by angles. |
|
| 9 |
+
| `Coordinates.npy` | Response deformation configurations represented by coordinates. |
|
| 10 |
+
| `X.npy` | Infill design parameters. |
|
| 11 |
+
| `train_data.pt` | Training data for the conditional diffusion model. |
|
| 12 |
+
| `test_data.pt` | Test data for the conditional diffusion model. |
|