sraashis / deepdyn

pytorch implementation of paper https://www.frontiersin.org/articles/10.3389/fcomp.2020.00035/full
MIT License
63 stars 22 forks source link

ModuleNotFoundError #228

Closed vcvishal closed 5 years ago

vcvishal commented 5 years ago

Traceback (most recent call last): File "main.py", line 1, in import testarch.unet as net File "C:\Users\HI\Desktop\ature-master\testarch\unet__init__.py", line 14, in from utils.measurements import ScoreAccumulator File "C:\Users\HI\Desktop\ature-master\utils\measurements.py", line 14, in import imgcommons.utils as imgutils ModuleNotFoundError: No module named 'imgcommons'

sraashis commented 5 years ago

Thank you so much for pointing out. It was an unused module. I removed it and should be fine now.

vcvishal commented 5 years ago

thank you this problem has resolved