I set up the sisua, and run the basics.py under the tutorils folder. I just run the "Create and train semi-supervised model" part. However, I got this
from sisua.models import (SCVI, SISUA, DeepCountAutoencoder, NetworkConfig,
ImportError: cannot import name 'SISUA' from 'sisua.models' (/home/username/miniconda3/envs/sisua/lib/python3.7/site-packages/sisua/models/__init__.py)
And then I search the python files in the above "....../python3.7/site-packages/sisua/models/" path. But I cannot find the SISUA class. So I don't know how to do with the problem. Could you explain this? Thanks