yassouali/CCT

ModuleNotFoundError: No module named 'tensorboard'

alqurri77 opened this issue · 1 comments

Hi;

after running training command.. I got belw error:

from torch.utils import tensorboard
File "/.conda/envs/semiseg/lib/python3.6/site-packages/torch/utils/tensorboard/init.py", line 1, in
import tensorboard
ModuleNotFoundError: No module named 'tensorboard'

Hi @alqurri77

Maybe try updating the pytorch version you are using, this should be fixed with versions >= 1.2.0