Commit
·
7b8cb2a
1
Parent(s):
b621aac
Update README.md
Browse files
README.md
CHANGED
@@ -11,10 +11,13 @@ data(input path)
|
|
11 |
│ └───Epoch_1
|
12 |
│ │ index.json
|
13 |
│ │ subject_model.pth
|
14 |
-
| | (train_data.npy)
|
15 |
-
| | (test_data.npy)
|
16 |
-
| | (border_centers.npy)
|
17 |
-
| | (vismodel.pth)
|
|
|
|
|
|
|
18 |
│ └───Epoch_2
|
19 |
| | ...
|
20 |
│
|
|
|
11 |
│ └───Epoch_1
|
12 |
│ │ index.json
|
13 |
│ │ subject_model.pth
|
14 |
+
| | (train_data.npy) [after preprocess]
|
15 |
+
| | (test_data.npy) [after preprocess]
|
16 |
+
| | (border_centers.npy) [after preprocess]
|
17 |
+
| | (vismodel.pth) [after trained]
|
18 |
+
| | (embedding.npy) [after visulization]
|
19 |
+
| | (scale.npy) [after visulization]
|
20 |
+
| | (bgimg.png) [after visulization]
|
21 |
│ └───Epoch_2
|
22 |
| | ...
|
23 |
│
|