
学习
我叫高好看
好de
展开
-
python改错——_isdir: embedded null character in path
突然停电,开机后打开spyder,命令窗口报错:_isdir: embedded null character in path。可以尝试:1.重启Spyder 2.运行这个命令:spyder --reset(我用这个方法就好了)...原创 2019-12-19 16:26:00 · 933 阅读 · 0 评论 -
python改错——ConvergenceWarning: The max_iter was reached which means the coef_ did not converge "
使用LogisticRegression类对数据进行逻辑回归拟合,运行程序后,得到警告:ConvergenceWarning: The max_iter was reached which means the coef_ did not converge "the coef_ did not converge", ConvergenceWarning)说明我们设置的迭代次数不够,参数未收敛...原创 2019-11-13 21:04:24 · 8766 阅读 · 1 评论 -
pytorch教程推荐
莫烦python 讲的简洁明了也很形象 代码与理论结合非常适合想快速上手的人https://www.bilibili.com/video/av15997678?zw原创 2019-03-15 12:01:06 · 800 阅读 · 0 评论 -
安卓开发——积累4
在进行页面设计时,会遇到一些刁钻的颜色使用RGB颜色值与十六进制颜色码进行转换这个工具挺好用的https://www.sioe.cn/yingyong/yanse-rgb-16/原创 2019-03-18 19:37:08 · 117 阅读 · 0 评论 -
安卓开发——积累5
android修改checkbox样式边框颜色直接挂代码:1.首先在style.xml中加入自己想要的颜色<style name="MyCheckBox" parent="Theme.AppCompat.Light"> <item name="colorControlNormal">@color/colorAnt</item> &l...原创 2019-03-18 21:19:14 · 133 阅读 · 0 评论