摘要: 错误现象: Process finished with exit code 129 错误原因: 代码推出的错误提示 > 128,意味着进程因为信号而退出(它被解释为128 +信号)。 在这次错误中,信号是1 == SIGHUP,这意味着控制TTY已经关闭。 运行环境: 客户端操作系统:window1 阅读全文
posted @ 2020-06-24 21:36 墨飞_Max 阅读(1904) 评论(0) 推荐(0) 编辑
摘要: 代码: 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 阅读(245) 评论(0) 推荐(0) 编辑
摘要: 错误信息: 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 阅读(9352) 评论(0) 推荐(0) 编辑
摘要: 抗击疫情,众志成城,人工智能技术正被应用到疫情防控中来。 2月13日,百度宣布免费开源业内首个口罩人脸检测及分类模型。该模型可以有效检测在密集人流区域中携带和未携戴口罩的所有人脸,同时判断该者是否佩戴口罩。目前已通过飞桨PaddleHub开源出来,广大开发者用几行代码即可快速上手,免费调用。 模型可 阅读全文
posted @ 2020-02-16 19:04 墨飞_Max 阅读(1068) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(404) 评论(0) 推荐(0) 编辑