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 synthetic-room corpus.
|
| 6 |
+
2. Track reconstruction quality at each saved checkpoint via a held-out validation set of unseen rooms.
|
| 7 |
+
3. Report the final reverb-quality benchmark on a held-out test split (spectrogram distance and reverberation-time error after decoding).
|
| 8 |
+
4. Publish the inverse-bijection decoder and the schematic renderer used at training time.
|
| 9 |
+
5. Release weights, decoder, renderer, and a representative set of demonstration (room schematic, predicted impulse response, dry-signal-with-recovered-reverb) bundles accompanying the model card.
|