Closed MvWouden closed 1 year ago
I've just done a clean setup of the project and noticed that tensorboard is missing from the requirements file, which obviously led to:
tensorboard
ModuleNotFoundError: Neither `tensorboard` nor `tensorboardX` is available. Try `pip install`ing either.
Thank you! Merged.
I've just done a clean setup of the project and noticed that
tensorboard
is missing from the requirements file, which obviously led to: