Open ThanhPham1987 opened 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
You can for example run export PYTHONPATH=./ beforehand like it is done in the script train.sh
export PYTHONPATH=./
train.sh
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