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
Currently, model training (i.e.2_FastAI_StarterScript.ipynb) depends on fastai_audio, which in turn depends on fastai v1. This limits us to old package versions across the board (including pytorch). This complicates the setup of a working environment and forces us to use outdated libraries.
The goal of this issue is to drop fastai_audio as a dependency so we can start migrating to more recent versions of fastai (v2).
The text was updated successfully, but these errors were encountered:
Currently, model training (i.e.
2_FastAI_StarterScript.ipynb
) depends onfastai_audio
, which in turn depends onfastai
v1. This limits us to old package versions across the board (including pytorch). This complicates the setup of a working environment and forces us to use outdated libraries.The goal of this issue is to drop
fastai_audio
as a dependency so we can start migrating to more recent versions of fastai (v2).The text was updated successfully, but these errors were encountered: