作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我通过python3.6运行了一个autokeras代码。
训练一个模型后有这样的警告:
Saving model.
+--------------------------------------------------------------------------+
| Model ID | Loss | Metric Value |
+--------------------------------------------------------------------------+
| 0 | 48.8651391018182 | 0.9489116312994325 |
+--------------------------------------------------------------------------+
/usr/local/lib/python3.6/multiprocessing/semaphore_tracker.py:143: UserWarning: semaphore_tracker: There appear to be 1 leaked semaphores to clean up at shutdown
len(cache))
clf = ImageClassifier(verbose=True)
clf.fit(x_train, y_train, time_limit=72*60*60)
clf.final_fit(x_train, y_train, x_test, y_test, retrain=True)
y = clf.evaluate(x_test, y_test)
print(y)
最佳答案
好像是autokeras的bug。github中的issue是here .
关于python-3.x - semaphore_tracker : There appear to be 1 leaked semaphores to clean up at shutdown len(cache)),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52547276/
目前我正在将我的 Flask 应用程序部署到 Ubuntu 服务器 (AWS)。当我尝试启动 uwsgi 服务器并使用 journalctl 查看日志时,我注意到一种警告/错误。 我可以忽略它吗?我不
我通过python3.6运行了一个autokeras代码。 训练一个模型后有这样的警告: Saving model.
我是一名优秀的程序员,十分优秀!