You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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 ofpredict
can specify its ownpredict_dataset_bands
.The text was updated successfully, but these errors were encountered: