Julia Wilkins

Results 5 issues of Julia Wilkins

Hi, thank you so much for the great contributions to this space. I was wondering if there is any way to download only the audio (no video), either take- or...

Thank you for the great work. I am trying to test the encoding and decoding via ResNet50 using the following code: ``` enc_net = enc.ResNetEncoder(enc.Bottleneck, [3, 4, 6, 3], return_indices=True).to(...

In the DAC paper, the authors discuss using varied mel bin sizes for the multi-scale spectrogram loss (pictured). In the implementation, [`n_mels`](https://github.com/descriptinc/descript-audio-codec/blob/c7cfc5d2647e26471dc394f95846a0830e7bec34/dac/nn/loss.py#L237) is passed to the `MelSpectrogramLoss` function. The [config...

Hi, thanks for all your hard work on these tutorials. I noticed that the AST tutorial notebook link is broken here: https://github.com/NielsRogge/Transformers-Tutorials/blob/master/AST/Inference_with_the_Audio_Spectogram_Transformer_to_classify_audio.ipynb. Would love to check this out once it's...

Hi Yuan, thanks for the awesome contributions here. I was wondering if you have the ESC-50 model (results reported in the original paper) released anywhere, as I have not been...