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

Change model output format to bundle relevant info for model application. #10

Open
tkkuehn opened this issue May 8, 2023 · 0 comments

Comments

@tkkuehn
Copy link
Collaborator

tkkuehn commented May 8, 2023

To run the model application correctly, right now you need to both know and accurately input:

  • The feature offsets used to train the model (via a feature_offsets.npz)
  • The padding, size, and sampling rate (directly via CLI parameters)

I think it would be a big QoL improvement to bundle the feature offsets file and other three parameters (via a YAML or TOML file of some sort) with the model outputs. We could then zip them up with the model outputs (with a custom extension like .afidsregrf), so the end user just has to provide the one file to apply.py to correctly apply their model.

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