Is your feature request related to a problem? Please describe.
I think it used to be an earlier version feature to be able to encode-decode count data using get_normalized_expression(use_latent=True). I can't find info or a way to do this. I end up calling the decoder, but get many errors with mismatch library size, parameters, etc.
Describe the solution you'd like
Including an option to only pass the given latent space through the decoder, like get_normalized_expression() but not counts to counts, make it latent representation to counts. (like use_latent = True)