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

Allow predict_dataset_bands to be specified at predict time. #183

Open
CarlosGomes98 opened this issue Oct 9, 2024 · 1 comment
Open
Assignees

Comments

@CarlosGomes98
Copy link
Contributor

Is your feature request related to a problem? Please describe.
When using the model for inference, predict_dataset_bands must be defined at init time.

Describe the solution you'd like
I would like to be able to provide this at predict time, so that each call of predict can specify its own predict_dataset_bands.

@CarlosGomes98
Copy link
Contributor Author

The implementation should be relatively straight forward - whatever we currently do in the init can also be done at predict, with an extra argument accepted by the LightningInferenceModel at that time

@Joao-L-S-Almeida Joao-L-S-Almeida self-assigned this Oct 14, 2024
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

When branches are created from issues, their pull requests are automatically linked.

2 participants