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
UX: It can help to infer the keys of batch_keys dictionary and help the user to determine what arguments need to be provided to the transforms and the model.
The proposal is to have some automated way of generating example_input_array on supported transforms/models. This might be possible because we use specific argument names in our transforms and models (e.g. x_ng, total_mrna_umis_n, etc).
The text was updated successfully, but these errors were encountered:
LightningModule
hasexample_input_array
property which if set provides following benefits:batch_keys
dictionary and help the user to determine what arguments need to be provided to the transforms and the model.The proposal is to have some automated way of generating
example_input_array
on supported transforms/models. This might be possible because we use specific argument names in our transforms and models (e.g.x_ng
,total_mrna_umis_n
, etc).The text was updated successfully, but these errors were encountered: