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
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
The text was updated successfully, but these errors were encountered:
ERROR: Could not find a version that satisfies the requirement torch==1.2.0 (from odin-ai==1.2.0->sisua) (from versions: 0.1.2, 0.1.2.post1, 0.1.2.post2)
ERROR: No matching distribution found for torch==1.2.0 (from odin-ai==1.2.0->sisua)
Then I try pip install torch==1.2.0
it also did not work.
how could i fix it? Thanks
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
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
The text was updated successfully, but these errors were encountered: