Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop fastai_audio as a dependency for model training #213

Closed
BrunoGrandePhD opened this issue Nov 16, 2024 · 1 comment
Closed

Drop fastai_audio as a dependency for model training #213

BrunoGrandePhD opened this issue Nov 16, 2024 · 1 comment
Assignees

Comments

@BrunoGrandePhD
Copy link
Collaborator

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).

@BrunoGrandePhD
Copy link
Collaborator Author

After looking into this, I think this should be part of #214. I don't think it's worthwhile to drop fastai_audio while keeping fastai v1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant