igolan / bgd

Implementation of Bayesian Gradient Descent
MIT License
37 stars 8 forks source link

Running the code: ImportError: No module named utils utils.utils #11

Open samin91 opened 1 year ago

samin91 commented 1 year ago

Hello,

I was trying to run the code following the instructions provided in the Read.me file however I got the ImportError. Only after adding _init.py to those subfolders without and putting everything in main.py in def main(): and then adding ifname == "main": main() I could run the code. so, It would be nice to update the code so people with python3.x can run it easily :)