Remove training summary mention
Browse files
README.md
CHANGED
|
@@ -33,7 +33,6 @@ INSTANCE/
|
|
| 33 |
test.csv # INSTANCE cross-domain test split
|
| 34 |
|
| 35 |
result.csv # final evaluation metrics
|
| 36 |
-
training_summary.txt
|
| 37 |
training_history.txt
|
| 38 |
README.md
|
| 39 |
```
|
|
@@ -41,7 +40,6 @@ README.md
|
|
| 41 |
The CSV files provide metadata and waveform indices used by the CDSM-Net code to
|
| 42 |
read the corresponding HDF5 waveform files.
|
| 43 |
|
| 44 |
-
`training_summary.txt` provides a compact summary of the training run, while
|
| 45 |
`training_history.txt` provides per-epoch validation metrics extracted from the
|
| 46 |
training log.
|
| 47 |
|
|
|
|
| 33 |
test.csv # INSTANCE cross-domain test split
|
| 34 |
|
| 35 |
result.csv # final evaluation metrics
|
|
|
|
| 36 |
training_history.txt
|
| 37 |
README.md
|
| 38 |
```
|
|
|
|
| 40 |
The CSV files provide metadata and waveform indices used by the CDSM-Net code to
|
| 41 |
read the corresponding HDF5 waveform files.
|
| 42 |
|
|
|
|
| 43 |
`training_history.txt` provides per-epoch validation metrics extracted from the
|
| 44 |
training log.
|
| 45 |
|