Open zhaoworking opened 4 years ago
encountered same error here.
I have the same issue
same issue
Same issue here
Please provide the diagnose_tensorboard.py
information requested in the issue template:
https://github.com/tensorflow/tensorboard/issues/new?assignees=&labels=&template=bug_report.md&title=
me too
me too
Rather than just commenting "me too" please provide the diagnose_tensorboard.py information as requested in the issue template: https://github.com/tensorflow/tensorboard/issues/new?assignees=&labels=&template=bug_report.md&title=
Here is my output from running it inside my logdir
.
No action items identified. Please copy ALL of the above output, including the lines containing only backticks, into your GitHub issue or comment. Be sure to redact any sensitive information.
For more context, my data is being created from torch.utils.tensorboard.SummaryWriter and I am adding my losses as floats from a pytorch model. I am using Ubuntu 16.04 and torch version 1.4.0. Let me know if you need more information.
I just removed package tensorboard-plugin-wit==1.6.0.post3
and it works like charm.
My environment is like below:
tensorboard 1.14.0 pypi_0 pypi
tensorboard-plugin-wit 1.6.0.post3 pypi_0 pypi
tensorflow-estimator 1.14.0 pypi_0 pypi
tensorflow-gpu 1.14.0 pypi_0 pypi
maybe different tensorboard and plugin version conflicts? idk.
@jungin500
the method works,just
pip uninstall tensorboard-plugin-wit
,it works
if you are using colab then use. !pip uninstall tensorboard-plugin-wit, its works fine.
@zhaoworking, Can you please confirm if your issue is resolved so that we can close this? Thanks!
@zhaoworking, Can you please confirm if your issue is resolved so that we can close this? Thanks!
Feel free to do that,even though i have used another linux computor to utilize the tensorboard :)
@jameswex can you investigate why the WIT plugin is causing this issue for some of our users?
@manivaradarajan tensorboard-plugin-wit package is only compatible with TensorBoard 2.2 and later. It wasn't added to the requirements.txt for TensorBoard until that version. Before that, WIT was included in TensorBoard as a static built-in plugin, with no need for the pip installation of tensorboard-plugin-wit.
I'm curious how in these cases the tensorboard-plugin-wit package is getting installed with an older version of Tensorboard.
Could it be that these users had also installed a TB version >= 2.2 and then uninstalled it, but didn't uninstall the WIT plugin?
I am having this issue and uninstalling with does not solve it for me, tensorflow 1.14
It seems to work with tensorflow 1.13.1 for me, yeah only 1.14 is broken, earlier versions work.
Funnily enough older tensorflow version < 1.14 does not find my cuda headers.
So my solution is, run training on tf 1.14 and the start tensorboard from virtualenv using older version, works gr8!
It seems to work with tensorflow 1.13.1 for me, yeah only 1.14 is broken, earlier versions work.
Funnily enough older tensorflow version < 1.14 does not find my cuda headers.
So my solution is, run training on tf 1.14 and the start tensorboard from virtualenv using older version, works gr8!
If you're using tensorflow 1.14, just uninstall tensorboard-plugin-wit. Colab - "!pip uninstall tensorboard-plugin-wit"
@zhaoworking
Can you please confirm if your issue is resolved so that we can close this issue? Thanks!
(gymlab) root@iZ8vbhynnqk42im5ymgijyZ:~/rl-agents/scripts# tensorboard --logdir out/HighwayEnv/DQNAgent /root/anaconda3/lib/python3.6/site-packages/tensorboard/compat/tensorflow_stub/dtypes.py:541: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'. _np_qint8 = np.dtype([("qint8", np.int8, 1)]) /root/anaconda3/lib/python3.6/site-packages/tensorboard/compat/tensorflow_stub/dtypes.py:542: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'. _np_quint8 = np.dtype([("quint8", np.uint8, 1)]) /root/anaconda3/lib/python3.6/site-packages/tensorboard/compat/tensorflow_stub/dtypes.py:543: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'. _np_qint16 = np.dtype([("qint16", np.int16, 1)]) /root/anaconda3/lib/python3.6/site-packages/tensorboard/compat/tensorflow_stub/dtypes.py:544: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'. _np_quint16 = np.dtype([("quint16", np.uint16, 1)]) /root/anaconda3/lib/python3.6/site-packages/tensorboard/compat/tensorflow_stub/dtypes.py:545: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'. _np_qint32 = np.dtype([("qint32", np.int32, 1)]) /root/anaconda3/lib/python3.6/site-packages/tensorboard/compat/tensorflow_stub/dtypes.py:550: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'. np_resource = np.dtype([("resource", np.ubyte, 1)]) /root/anaconda3/lib/python3.6/site-packages/tensorflow/python/framework/dtypes.py:516: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'. _np_qint8 = np.dtype([("qint8", np.int8, 1)]) /root/anaconda3/lib/python3.6/site-packages/tensorflow/python/framework/dtypes.py:517: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'. _np_quint8 = np.dtype([("quint8", np.uint8, 1)]) /root/anaconda3/lib/python3.6/site-packages/tensorflow/python/framework/dtypes.py:518: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'. _np_qint16 = np.dtype([("qint16", np.int16, 1)]) /root/anaconda3/lib/python3.6/site-packages/tensorflow/python/framework/dtypes.py:519: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'. _np_quint16 = np.dtype([("quint16", np.uint16, 1)]) /root/anaconda3/lib/python3.6/site-packages/tensorflow/python/framework/dtypes.py:520: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'. _np_qint32 = np.dtype([("qint32", np.int32, 1)]) /root/anaconda3/lib/python3.6/site-packages/tensorflow/python/framework/dtypes.py:525: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'. np_resource = np.dtype([("resource", np.ubyte, 1)]) Traceback (most recent call last): File "/root/anaconda3/bin/tensorboard", line 11, in <module> sys.exit(run_main()) File "/root/anaconda3/lib/python3.6/site-packages/tensorboard/main.py", line 59, in run_main program.get_default_assets_zip_provider()) File "/root/anaconda3/lib/python3.6/site-packages/tensorboard/program.py", line 144, in __init__ self.plugin_loaders = [make_loader(p) for p in plugins] File "/root/anaconda3/lib/python3.6/site-packages/tensorboard/program.py", line 144, in <listcomp> self.plugin_loaders = [make_loader(p) for p in plugins] File "/root/anaconda3/lib/python3.6/site-packages/tensorboard/program.py", line 143, in make_loader **raise ValueError("Not a TBLoader or TBPlugin subclass: %s" % plugin)** **ValueError: Not a TBLoader or TBPlugin subclass: <class 'tensorboard_plugin_wit.wit_plugin_loader.WhatIfToolPluginLoader'**>
I find this ValueError is rasied from the
program.py
.But , what 's wrong with this file. Can anyone help me
what you could do is you can uninstall the tensorboard xyz version to tensorboard 2.2.0 so write "pip install tensorboard==2.2.0" this will work
I find this ValueError is rasied from the
program.py
.But , what 's wrong with this file. Can anyone help me