Why is audio classification tutorial removed?

I was looking to do some audio classification with PyTorch.

I’ve found this tutorial but its code is removed.
Why’s that?

1 Like

The tutorial was removed in this PR over a year ago and I guess it might have been outdated by then.
CC @vincentqb who might know more.

1 Like

I’ve noticed the tutorial uses some deprecated methods from torchaudio. This could be the reason.
However, it’s almost trivial to convert the old code (can be found here), to a compatible version (which I did).