
深度学习
记录深度学习过程的各种坑
Richard123m
行百里者半九十
展开
-
常见问题记录
1.lbfgs failed to converge (status=1) /Users/hmy/opt/anaconda3/envs/myenv/lib/python3.6/site-packages/sklearn/linear_model/_logistic.py:765: ConvergenceWarning: lbfgs failed to converge (status=1): STOP: TOTAL NO. of ITERATIONS REACHED LIMIT. Increase .原创 2021-08-17 20:15:30 · 344 阅读 · 0 评论 -
Matplotlib 记录1 - 中文标注图表
Matplotlib默认是不支持中文。其要支持中文,按下列步骤操作(Linux版,其他系统类似): 复制字体 # 从Window的目录C:\Windows\Fonts\simhei.ttf (黑体) # 复制到 # Linux主机的/usr/local/lib64/python3.6/site-packages/matplotlib/mpl-data/fonts/ttf下 [root@e0b5b7263835 ttf]# pwd /usr/local/lib64/python3.6/site-..原创 2020-07-23 11:34:36 · 164 阅读 · 0 评论 -
Tensorflow 记录 1 - 引入tensorfow,报错 Illegal instruction
问题描述: [root@d01601cfbf35]# python3 Python 3.6.8 (default, Apr 2 2020, 13:34:55) [GCC 4.8.5 20150623 (Red Hat 4.8.5-39)] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import tensorflow Illegal instruction .原创 2020-07-22 15:10:27 · 356 阅读 · 0 评论