keunwoochoi / torchaudio-contrib

A test bed for updates and new features | pytorch/audio
169 stars 22 forks source link

we need `dtype=torch.get_default_dtype()` #52

Closed keunwoochoi closed 4 years ago

keunwoochoi commented 5 years ago

The title says it all -- i just saw torch/audio started to support this (https://github.com/pytorch/audio/commit/51e2793395bcd6ffc7c81f75f0b8dec06b9a7313) and clearly we should do the same.

keunwoochoi commented 5 years ago

Draft by PR #55, but test is needed.