rddy / mimi

Code for the paper, "First Contact: Unsupervised Human-Machine Co-Adaptation via Mutual Information Maximization"
MIT License
23 stars 2 forks source link

question for set up #5

Open leon946 opened 1 year ago

leon946 commented 1 year ago

First of all, thank you for the great articles and research. It said that I have No module named 'disvae' when I run " import disvae.utils.modelIO “at address, mimi-main\notebooks\mimi\models.py. I tried to download the module by using pip but it failed.

The error information was "ERROR: Could not find a version that satisfies the requirement disvae (from versions: none)ERROR: No matching distribution found for disvae".

Please tell me how to install it. I was wondering if the module is written by yourself. If that is true, please tell me where is the module and how to install it.

rddy commented 1 year ago

Apologies for the confusion. To fix the error, follow steps 1 and 2 here: https://github.com/rddy/mimi#latent-space-exploration-experimental.


Siddharth Reddy https://siddharth.io

On Wed, Aug 2, 2023 at 10:53 PM, leon946 @.***(mailto:On Wed, Aug 2, 2023 at 10:53 PM, leon946 < wrote:

First of all, thank you for the great articles and research. It said that I have No module named 'disvae' when I run " import disvae.utils.modelIO “at address, mimi-main\notebooks\mimi\models.py. I tried to download the module by using pip but it failed.

The error information was "ERROR: Could not find a version that satisfies the requirement disvae (from versions: none)ERROR: No matching distribution found for disvae".

Please tell me how to install it. I was wondering if the module is written by yourself. If that is true, please tell me where is the module and how to install it.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

KeepOnCarvingHuang commented 2 months ago

Have you solved this problem? I also have this problem, and following the method provided by the author cannot solve it. Can you show me your folder directory? I can't find the folder 'disentangling vae' under utils.py. Thank you very much for your answer! @rddy @leon946

KeepOnCarvingHuang commented 2 months ago

The errors I encountered are as follows:--------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) ~\AppData\Local\Temp\ipykernel_26692\2019642779.py in 11 import matplotlib as mpl 12 ---> 13 from mimi import envs 14 from mimi import utils 15 from mimi import user_models

d:\Anaconda3\anaconda3\envs\mimienv\lib\site-packages\mimi-1.0-py3.7.egg\mimi\envs.py in 17 18 from . import utils ---> 19 from . import models 20 21

d:\Anaconda3\anaconda3\envs\mimienv\lib\site-packages\mimi-1.0-py3.7.egg\mimi\models.py in 16 import sys 17 sys.path.append(utils.dvae_dir) ---> 18 import disvae.utils.modelIO 19 20

ModuleNotFoundError: No module named 'disvae' Snipaste_2024-06-24_11-14-46 I don't know where to put the data folder, and there is no "disentangling vae" folder inside the data folder. Did I misunderstand what you mean? @rddy