当前位置:网站首页>[tensorboard] oserror: [errno 22] invalid argument processing
[tensorboard] oserror: [errno 22] invalid argument processing
2022-07-27 15:47:00 【Grapefruit tree CC】
I'm learning Tensorflow when , encounter tensorboard Unable to visualize the problem , perform tensorboard --logdir=log, Found an error , As follows :

terms of settlement :
Find and open the file prompted in the last line of the error , My is C:\FastSoftware\Python\Lib\site-packages\tensorboard\manager.py( Change to your own path when modifying )
Modify the code shown in the figure :

It is amended as follows :

Save and exit
Rerun tensorboard --logdir=log, Discovery launch successful :

Type in the browser localhost:6006, It can be visualized normally

Other notes :
If it cannot be visualized normally in the browser , Available at startup , perform tensorboard --logdir=log --host=localhost
边栏推荐
- 【剑指offer】面试题53-Ⅱ:0~n-1中缺失的数字——二分查找
- Half find
- 聊聊ThreadLocal
- JS uses for in and for of to simplify ordinary for loops
- Spark 3.0 testing and use
- HaoChen CAD building 2022 software installation package download and installation tutorial
- js寻找数组中的最大和最小值(Math.max()方法)
- Spark 3.0 DPP实现逻辑
- [正则表达式] 单个字符匹配
- Spark 3.0 DPP implementation logic
猜你喜欢
随机推荐
go语言慢速入门——基本内置类型
Modify spark to support remote access to OSS files
CAS比较交换的知识、ABA问题、锁升级的流程
网络设备硬核技术内幕 路由器篇 22
数组名是首元素地址吗?
QT (IV) mixed development using code and UI files
表格插入行内公式后,单元格失去焦点
Spark 3.0 Adaptive Execution 代码实现及数据倾斜优化
【剑指offer】面试题39:数组中出现次数超过一半的数字
学习Parquet文件格式
扩展Log4j支持日志文件根据时间分割文件和过期文件自动删除功能
Causes and solutions of deadlock in threads
Catalog component design and custom extended catalog implementation in spark3
聊聊ThreadLocal
Interview focus - TCP protocol of transport layer
Spark 3.0 DPP implementation logic
C语言:扫雷小游戏
【剑指offer】面试题49:丑数
线程中死锁的成因及解决方案
[Yunxiang book club issue 13] common methods of viewing media information and processing audio and video files in ffmpeg









