choasma / HSIC-bottleneck

The HSIC Bottleneck: Deep Learning without Back-Propagation
https://arxiv.org/abs/1908.01580
MIT License
81 stars 17 forks source link

unable to run the code #4

Closed msafwankhan closed 4 years ago

msafwankhan commented 4 years ago

Hi @choasma

I am unable to build the solution. This seems like an issue with the directory structure. I keep getting this error.

$ batch.sh Traceback (most recent call last): File "./bin/run_hsicbt", line 3, in <module> from hsicbt.core.dispatcher import job_execution ModuleNotFoundError: No module named 'hsicbt'

Am I missing something?

choasma commented 4 years ago

It's ok run it on my side. Were you running the batch.sh under the project root directory with the environment set, for instance source env.sh. To me, the module hsicbt path isn't added properly.

choasma commented 4 years ago

hi @msafwankhan I'm closing this, let me know if you have further issue or just simply create new one