will-rice / denoisers

Simple PyTorch Denoisers for Waveform Audio
Apache License 2.0
32 stars 1 forks source link

Change model output name from logits to audio #19

Closed will-rice closed 11 months ago

will-rice commented 11 months ago

This change makes sense because the audio, not the logits, is returned in the model output classes.