i find this error message when i type
python train.py --dataset SintelClean --dataset_dir /path/to/MPI-Sintel-complete
Traceback (most recent call last):
File "train.py", line 11, in
from datahandler.flow import get_dataset
ModuleNotFoundError: No module named 'datahandler.flow'
how can i solve this problem?
i find this error message when i type
python train.py --dataset SintelClean --dataset_dir /path/to/MPI-Sintel-complete
Traceback (most recent call last):
File "train.py", line 11, in
from datahandler.flow import get_dataset
ModuleNotFoundError: No module named 'datahandler.flow'
how can i solve this problem?