Open leon946 opened 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: @.***>
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
The errors I encountered are as follows:---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
~\AppData\Local\Temp\ipykernel_26692\2019642779.py in
d:\Anaconda3\anaconda3\envs\mimienv\lib\site-packages\mimi-1.0-py3.7.egg\mimi\envs.py in
d:\Anaconda3\anaconda3\envs\mimienv\lib\site-packages\mimi-1.0-py3.7.egg\mimi\models.py in
ModuleNotFoundError: No module named 'disvae' 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
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.