Datasets:

License:
CJJP commited on
Commit
cbdfa76
·
verified ·
1 Parent(s): e4ae2d3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -3
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. |