tensorboard使用过程中报错:[Errno 22] Invalid argument

1 报错如下所示:

D:\code\deep_learning\logs>tensorboard --logdir=train
d:\anaconda3\lib\site-packages\h5py\__init__.py:34: FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treated as `np.float64 == np.dtype(float).type`.
  from ._conv import register_converters as _register_converters
TensorBoard 1.13.1 at http://DESKTOP-HNQJKLR:6006 (Press CTRL+C to quit)
Traceback (most recent call last):
  File "d:\anaconda3\lib\runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "d:\anaconda3\lib\runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "D:\Anaconda3\Scripts\tensorboard

你可能感兴趣的:(【EH】报错处理,python,深度学习,pytorch)