You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deprecated: Not feeding sample_rate to BaseModel is deprecated, and it will raise an error in the future release.
BaseModel now takes a in_channels argument which will be used in separate and the asteroid-infer CLI.
This makes it now possible to share multichannel models on the hub (for example)
The first fully supported multichannel model is FasNetTAC thanks to @popcornell ! 🎉
Use huggingface_hub instead of "our own" code for interfacing with the Hub.
Changelog
Breaking
[src] Make sample_rate positional in BaseModel (#431)