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
Our aifororcas_livesystem models are trained with FastAI v1 and fastai_audio (the V1 version of an audio module built on top of FastAI v1). FastAI v2 is now the preferred version for training models. The benefits of replacing our usage of v1 with v2 (for both FastAI library and fastAI audio module) are plentiful:
Documentation of v1 audio module is very poor (hard to debug, to find answers to questions, to understand by newcomers). Documentation of v2 audio is much better, and project is still in actively-maintained by FOSS community.
There are lots of library version conflicts between audio v1 library and some of our other libraries (ex. librosa). Package management becomes less challenging if we move to FastAI v2 and fastaudio (the v2 version of fastai_audio).
It'll be nice to leverage new FastAI v2 technology as we build more sophisticated models. FastAI v1 is no longer receiving non-bug-fix updates
The text was updated successfully, but these errors were encountered:
pastorep
changed the title
FastAI Audio V1->V2 Migration
FastAI (lib and audio module) V1->V2 Migration
Sep 3, 2024
Our aifororcas_livesystem models are trained with FastAI v1 and fastai_audio (the V1 version of an audio module built on top of FastAI v1). FastAI v2 is now the preferred version for training models. The benefits of replacing our usage of v1 with v2 (for both FastAI library and fastAI audio module) are plentiful:
The text was updated successfully, but these errors were encountered: