ml-jku / hopfield-layers

Hopfield Networks is All You Need
https://ml-jku.github.io/hopfield-layers/
Other
1.69k stars 189 forks source link

ModuleNotFoundError: No module named 'dataloader' #5

Closed monk1337 closed 4 years ago

monk1337 commented 4 years ago

Thank you for awesome work. While Running the code, I am getting this error ModuleNotFoundError: No module named 'dataloader'.

The second error is

---> 21 from model import Attention, GatedAttention

ModuleNotFoundError: No module named 'model'

Can you update the repo with these two files please?

HRamses commented 4 years ago

Thank you for awesome work. While Running the code, I am getting this error ModuleNotFoundError: No module named 'dataloader'.

The second error is

---> 21 from model import Attention, GatedAttention

ModuleNotFoundError: No module named 'model'

Can you update the repo with these two files please?

Hello monk1337!

Did you download the Attention-based Deep Multiple Instance Learning and added the path like described in the README?

monk1337 commented 4 years ago

@HRamses Hi, I didn't see any instructions like that in the README. Please check.

HRamses commented 4 years ago

@HRamses Hi, I didn't see any instructions like that in the README. Please check.

The instructions are here: https://github.com/ml-jku/hopfield-layers/blob/master/examples/mnist_bags/README.md

bschaefl commented 4 years ago

Closing issue. Seems to be resolved by directing the issue author to the appropriate README.