Skip to content

Commit

Permalink
Update scvi/external/sysvi/_model.py
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkim0 authored Mar 15, 2024
1 parent e4c1ef9 commit 0f7bd06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scvi/external/sysvi/_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def __init__(

logger.info("The model has been initialized")

@torch.no_grad()
@torch.inference_mode()
def get_latent_representation(
self,
adata: AnnData,
Expand Down

0 comments on commit 0f7bd06

Please sign in to comment.