question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ModuleNotFoundError: No module named 'VGGUnet'

See original GitHub issue

When training the model getting following error.

Traceback (most recent call last):
  File "train.py", line 2, in <module>
    import Models , LoadBatches
  File "/home/nd/image-segmentation-keras-master/Models/__init__.py", line 1, in <module>
    import VGGUnet
ModuleNotFoundError: No module named 'VGGUnet'

How to solve it.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:14 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
RaphaelChevassoncommented, Aug 10, 2018

Alternatively, in the __init__.py of the Module folder, prefix imported modules by Module. (note the dot). Then if you want to make it run with python 3.6, remplace: print ... by print(...) expect ..., ... by expect ... as ... zipped.next() by next(zipped)

2reactions
faysal-ishtiaqcommented, Jan 16, 2018
Read more comments on GitHub >

github_iconTop Results From Across the Web

No module named '__main__.unet_model' - Stack Overflow
I am trying to run ID Card Segmentation (MIDV-500) on my Ubuntu machine. I need to run some files, and one of them...
Read more >
Error: “ModuleNotFoundError: No Module Named... - Intel
Quick step to build the Open Model Zoo Python* Model API package.
Read more >
ModuleNotFoundError: No module named 'azure.ai'
I am getting the following error message. ModuleNotFoundError: No module named 'azure.ai'. in Azure machine learning studio...when i try to ...
Read more >
ModuleNotFoundError: No module named 'keras-unet'
Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'keras-unet' How to remove the ModuleN.
Read more >
Fix ModuleNotFoundError No Module Named Tensorflow ...
python #error #fix #fixed #howto Hey guys in this tutorial let's try to fix ModuleNotFoundError No module named Tensorflow in cases where ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found