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

ENH: Add model_path option to config for eval + predict, use in place of checkpoint_path, spect_scaler, etc. #672

Open
NickleDave opened this issue Jun 26, 2023 · 0 comments

Comments

@NickleDave
Copy link
Collaborator

Currently a user needs to copy several paths to an eval config from a results directory: checkpoint_path, spect_scaler_path, labelmap_json_path.

But since the results directory created by a run of "vak train" always has the same contents, the only things that really change are the parent directory; the filenames are (usually) the same.

We could instead bake in this knowledge and let a user just specify model_path

This would also make it easier to generate configs as in #366 -- One could say vak make-config --eval --model_path=./path/to/model (or something like that)

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