Closed ahmedselim2017 closed 5 years ago
When I run train code (python -m src.train --conf src.conf.whole) I get this error.
python -m src.train --conf src.conf.whole
I got it. It was because of my PyTorch and CUDA version. When I downgrade PyTorch version to 0.4.1 and CUDA version to 9 the problem was solved.
When I run train code (
python -m src.train --conf src.conf.whole
) I get this error.