ml-jku / hopfield-layers

Hopfield Networks is All You Need

Home Page:https://ml-jku.github.io/hopfield-layers/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ModuleNotFoundError: No module named 'dataloader'

monk1337 opened this issue · comments

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?

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?

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

@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

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