Skip to content

TensorboardX

Compare
Choose a tag to compare
@lanpa lanpa released this 10 Nov 14:28
· 435 commits to master since this release

Some important change since v0.6:

  • The package name is changed from tensorboard to tensorboardX to prevent from name collision with official tensorboard. (which leads to import error, ...etc) The name tensorboardX means tensorboard for X. I hope this package can be used by other DL frameworks such as mxnet, chainer as well. This is achieved by wrapping an make_np() call to function arguments. In fact, you can log experiment if you use tensorflow's eager mode.

  • Removes dependency for tensorflow and torchvision to make this package much neutral.

  • For other changes, see the commit log or HISTORY.rst