Add TODO.md
Browse files
TODO.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# TODO
|
| 2 |
+
|
| 3 |
+
Planned work for this repository.
|
| 4 |
+
|
| 5 |
+
1. Train the adapter on the prepared LibriSpeech corpus.
|
| 6 |
+
2. Track reconstruction quality at each saved checkpoint via a held-out validation set, retaining only checkpoints that improve.
|
| 7 |
+
3. Report the final audio-reconstruction benchmark on a held-out test split (PESQ, STOI).
|
| 8 |
+
4. Publish the inverse-bijection decoder for recovering audio from generated spectrograms.
|
| 9 |
+
5. Release weights, decoder, and a representative set of demonstration audio samples accompanying the model card.
|