biomedia-mira / deepscm

Repository for Deep Structural Causal Models for Tractable Counterfactual Inference
MIT License
270 stars 53 forks source link

Hi #5

Open woqingdoua opened 3 years ago

woqingdoua commented 3 years ago

Thanks for your open sourcing. I try to replicate the code and have the following problem: "from deepscm.morphomnist import io ModuleNotFoundError: No module named 'deepscm.morphomnist" How can I fix this issue? Looking forward your reply 😊

pawni commented 3 years ago

Could you specify how exactly you're trying to run our code? :)

return-sleep commented 2 years ago

you should sync the submodule: git submodule update --recursive --init or download related folder from https://github.com/dccastro/Morpho-MNIST.git @woqingdoua