We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 682136b commit 678c4aaCopy full SHA for 678c4aa
scgen/_scgenvae.py
@@ -2,7 +2,7 @@
2
3
import numpy as np
4
import torch
5
-from scvi._constants import REGISTRY_KEYS
+from scvi import REGISTRY_KEYS
6
from scvi.module.base import BaseModuleClass, LossOutput, auto_move_data
7
from scvi.nn import Encoder
8
from torch.distributions import Normal
0 commit comments