rdevon / DIM

Deep InfoMax (DIM), or "Learning Deep Representations by Mutual Information Estimation and Maximization"
BSD 3-Clause "New" or "Revised" License
806 stars 102 forks source link

I'm having No module named 'cortex_DIM' error #42

Open ooodragon94 opened 4 years ago

ooodragon94 commented 4 years ago

hello! thanks for your great repo. I followed all instructions and made a new conda environment specific to this code. I'm not sure why but it seems to fail on loading modules

I'm working on ./DIM directory and wrote command python scripts/main.py --help

thanks for your support in advance

ooodragon94 commented 4 years ago

sorry, I solved above problem with pip install . on ./DIM directory I also had cortex version mismatch so I chagned required cortex version in setup.py to 0.11, will it be fine?

and now when I try to run the code cortex GAN --d.source CIFAR10 --d.copy_to_local I get KeyError: 'torchvision not found in .cortex.yml data_paths'

any suggestions?