hszhao / semseg

Semantic Segmentation in Pytorch
MIT License
1.34k stars 244 forks source link

Issue: from util import dataset, transform, config #44

Open ThanhPham1987 opened 4 years ago

ThanhPham1987 commented 4 years ago

hi When i run train.py. Ihave an issue like this: File "train.py", line 21, in from util import dataset, transform, config ModuleNotFoundError: No module named 'util' best regards, PeterPham

kplum commented 3 years ago

You can for example run export PYTHONPATH=./ beforehand like it is done in the script train.sh