【发布时间】:2021-04-17 21:49:39
【问题描述】:
JupiterLab 中的 detect_faces() 函数失败:
image = Image.open(filename)
imageRGB = image.convert('RGB')
pixels = asarray(imageRGB)
detector = MTCNN()
results = detector.detect_faces(pixels)
mtcnn 版本 0.1.0
错误:
AbortedError:操作收到异常:状态:2,消息: 无法为 softmax 前向传播创建描述符 原语,在文件 tensorflow/core/kernels/mkl/mkl_softmax_op.cc:306
[[节点模型/softmax/Softmax(定义在 /home/rikkatti/anaconda3/envs/poi/lib/python3.9/site-packages/mtcnn/mtcnn.py:342) ]] [操作:__inference_predict_function_828]函数调用栈:predict_function
【问题讨论】:
-
我遇到了同样的错误,你有解决办法吗?
标签: python-3.x tensorflow conda anaconda3