会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
MooWee's Blog
博客园
首页
新随笔
联系
管理
1
2
3
4
5
···
25
下一页
2020年6月24日
Process finished with exit code 129
摘要: 错误现象: Process finished with exit code 129 错误原因: 代码推出的错误提示 > 128,意味着进程因为信号而退出(它被解释为128 +信号)。 在这次错误中,信号是1 == SIGHUP,这意味着控制TTY已经关闭。 运行环境: 客户端操作系统:window1
阅读全文
posted @ 2020-06-24 21:36 墨飞_Max
阅读(2134)
评论(0)
推荐(0)
2020年4月16日
Importing image to python :cannot import name 'imread'
摘要: 代码: import numpy as np from scipy.misc import imread, imsave, imresize # Read an JPEG image into a numpy array img = imread('Cover.jpg') print(img.dty
阅读全文
posted @ 2020-04-16 09:57 墨飞_Max
阅读(258)
评论(0)
推荐(0)
2020年4月8日
CUDA运行时错误 --- CUDA_ERROR_LAUNCH_FAILED: unspecified launch failure
摘要: 错误信息: 2020-04-08 11:01:43.783914: E tensorflow/stream_executor/cuda/cuda_event.cc:29] Error polling for event status: failed to query event: CUDA_ERRO
阅读全文
posted @ 2020-04-08 20:24 墨飞_Max
阅读(9857)
评论(0)
推荐(0)
2020年2月16日
百度开源业内首个口罩人脸检测及分类模型
摘要: 抗击疫情,众志成城,人工智能技术正被应用到疫情防控中来。 2月13日,百度宣布免费开源业内首个口罩人脸检测及分类模型。该模型可以有效检测在密集人流区域中携带和未携戴口罩的所有人脸,同时判断该者是否佩戴口罩。目前已通过飞桨PaddleHub开源出来,广大开发者用几行代码即可快速上手,免费调用。 模型可
阅读全文
posted @ 2020-02-16 19:04 墨飞_Max
阅读(1113)
评论(0)
推荐(0)
2019年5月4日
Recommendation system
摘要: Dear Prof.Choi: My research interest is mainly the application and optimization of big data and artificial intelligence technology in recommendation s
阅读全文
posted @ 2019-05-04 22:59 墨飞_Max
阅读(493)
评论(0)
推荐(0)
1
2
3
4
5
···
25
下一页
公告