microsoft / anomalydetector

SR-CNN
MIT License
257 stars 70 forks source link

train.py #35

Open Yukuncn opened 3 years ago

Yukuncn commented 3 years ago

when I use the command "python train.py --data ....",It appears the error that
File "train.py", line 27, in from srcnn.utils import * ModuleNotFoundError: No module named 'srcnn' When I solve this problem ,I mark the "srcnn" directory as source root,but the problem also exists.

rajdeep-biswas commented 3 years ago

+1 on this. Except I am trying to run python generate_data.py --data <csv_path>

offrok commented 1 year ago

I have the same error. Does anybody have a solution?

aquirin-te commented 10 months ago

Solved, see here: https://github.com/microsoft/anomalydetector/issues/26