Tensorboardx: use tensorboardx in miniconda

Created on 13 Aug 2019  路  3Comments  路  Source: lanpa/tensorboardX

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???

Most helpful comment

They are separate packages. just pip install tensorboard or pip install tensorflow then you can run tensorboard.

All 3 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mlagunas picture mlagunas  路  5Comments

gar1t picture gar1t  路  4Comments

yaodi833 picture yaodi833  路  6Comments

kmyfoer picture kmyfoer  路  4Comments

chinmay5 picture chinmay5  路  5Comments