janericlenssen / group_equivariant_capsules_pytorch

Pytorch implementation of Group Equivariant Capsule Networks
29 stars 8 forks source link

setup not working #1

Open sairaamVenkatraman opened 5 years ago

sairaamVenkatraman commented 5 years ago

When I run setup.py, it gives the message that installation is complete. However, import does not work. I get the message File "examples/mnist.py", line 10, in from group_capsules.utils import grid, grid_cluster, make_batch, spread_loss ModuleNotFoundError: No module named 'group_capsules'

janericlenssen commented 5 years ago

Hi, If the module was not found I suspect something went wrong during installation. Can you post the installation log and check if the module appears in the list of installed modules?

ibrahimrazu commented 4 years ago

same problem for me unfortunately: Capture

sairaamVenkatraman commented 4 years ago

Same problem, here. Logs are same.

NikhefKiLuci commented 3 years ago

I have the same problem with the same logs.