flownet2-tf
flownet2-tf copied to clipboard
from ..dataloader import load_batch ValueError: Attempted relative import in non-package
from ..dataloader import load_batch ValueError: Attempted relative import in non-package
When I try to train the model, the question is Attempted relative import in non-package
@xue1liu2 Try to open the terminal in the home directory of the master, and input :
python -m src.flownet2.train
according to README.