tensorboard icon indicating copy to clipboard operation
tensorboard copied to clipboard

Release date for tensorboard in pypi

Open cdancette opened this issue 7 years ago • 4 comments

Hi, Thanks for the amazing work,

Do you have an expected release date for this package in pypi ? It's hard to recommend this package to other people for now since it has to be built from source, which is not very easy.

cdancette avatar Feb 15 '18 08:02 cdancette

The Pypi repository is no longer this version of tensorboard : https://github.com/dmlc/tensorboard/issues/50

edmBernard avatar Apr 23 '18 06:04 edmBernard

@cdancette Consider using https://github.com/awslabs/mxboard

zihaolucky avatar Apr 23 '18 09:04 zihaolucky

@zihaolucky I don't need another logger, I already use tensorboardX (https://github.com/lanpa/tensorboard-pytorch). What I want is an alternative to tensorboard, because it has a tensorflow dependancy (and I don't want to make people install tensorflow just for drawing graphs).

Your package is also a logger, thus needs tensorboard and tensorflow.

cdancette avatar Apr 23 '18 09:04 cdancette

Indeed, it's always our motivation and objective. We used to use Travis to build and publish the PyPI package, then it's super easy to use, but this solution takes too long to satisfy the Travis restriction in building time.

The maintenance of current solution still remains a problem as we have to include the TensorFlow/TensorBoard as submodule.

zihaolucky avatar Apr 23 '18 09:04 zihaolucky