Beamforming modules and last torch<1.8 release
From asteroid 0.5.0 onwards, only torch>=1.8.0 will be supported. The main reason being the complex support, the fft
and linalg
packages.
Highligths
- We now have end to end beamforming modules! 🎉 Multichannel recipes will follow.
Changelog
- [src] Fix padding in DCUNet ConvTranspose2d (#466)
- [src&tests] Causal TDConvNet and ConvTasNet (#465)
- [tests] Fix test from #465 (#467)
- [docs] Fix wrong doclinks (#469)
- [docs] Fix docs (links and errors) (#470)
- [src&tests] Add beamforming modules 🎉 (#468)
Large thanks to the contributors ! 🙃