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

Add a model loader ? #481

Open
lmauviard opened this issue Dec 6, 2024 · 0 comments
Open

Add a model loader ? #481

lmauviard opened this issue Dec 6, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@lmauviard
Copy link
Collaborator

If you load only a single main file in a notebook without a config file, then everything is fine. But as soon as there are config files and/or more than 1 model, it gets very messy easily. So far, a work around to make it not too hard has been to name every files differently (not only the main but also all the config and the custom classes it depends on) if we wanted to load them. This is bothering to make such changes after the run is finished.

I propose to make a module loader, which will load any main with an associated config file. It will then clear the cache so other models can be loaded safely.

@lmauviard lmauviard added enhancement New feature or request hackweek2024 Issues to be fixed during the 2024 Hack Week labels Dec 6, 2024
@lmauviard lmauviard self-assigned this Dec 6, 2024
@drannawatts drannawatts removed the hackweek2024 Issues to be fixed during the 2024 Hack Week label Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants