i install tensorboardx in docker by pip
but when i call tensorboard it throws out this error
bash: tensorboard: command not found
environment
pytorch 1.1
torchvision 0.3.0
tensorboardx 1.8
miniconda
python 3.7
does miniconda support tensorboard???
does it support cuda10?
It works with miniconda, check out my Docker-file: https://github.com/gforge/Gocker/blob/master/PyTorch/nnx-pytorch/Dockerfile
I'm not sure why you need cuda support for tensorboard, but I use 10 and don't have any issues.
They are separate packages. just pip install tensorboard or pip install tensorflow then you can run tensorboard.
Most helpful comment
They are separate packages. just
pip install tensorboardorpip install tensorflowthen you can run tensorboard.