
深度学习
文章平均质量分 54
夏梦星晨
Change the world by mathematics and program
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
conda install * (某个模块)失败时的解决方案
当conda install *某个模块或者包失败时,直接去conda主页里面搜索:https://anaconda.org/比如,我要安装scikit-image这个模块,如果直接conda install scikit-image,会显示没有字符无效且没有找到并且会提示你去:https://anaconda.org/这里搜索。进去搜索后,会看到:To install this package with conda run one of the following:conda install原创 2021-03-24 08:42:28 · 4803 阅读 · 2 评论 -
深度学习MatConvNet安装
www原创 2021-03-22 17:04:45 · 449 阅读 · 0 评论 -
python安装scrapy时,遇到 ERROR: Command errored out with exit status 1:…的问题
今天在windows上安装scrapy库时,遇到了如上的问题,查询了如下博文:https://blog.youkuaiyun.com/weixin_44517500/article/details/99683286按照博文的记录,虽然在命令行中安装成功了,但是在pycharm里面导入import scrapy就会报如下的错:ImportError: DLL load failed while importing etree: 找不到指定的程序。接着,又找到了如下这两篇文章:1)https://bla原创 2021-01-29 17:29:11 · 1005 阅读 · 0 评论 -
深度学习——常用数据标注工具总结
深度学习数据标注工具不断总结更新:1) labellmg,主页地址:https://github.com/tzutalin/labelImg2) labelMe,主页地址:http://labelme.csail.mit.edu/Release3.0/3)RectLabel,主页地址:http://rectlabel.com/...原创 2019-07-10 10:52:33 · 1546 阅读 · 0 评论 -
计算机视觉(Computer Vision,CV)和机器学习(Machine Learning,ML)领域的大牛实验室主页总结
CV和ML领域的大牛实验室主页不断更新:CV领域:1)马毅,主页:http://people.eecs.berkeley.edu/~yima/2)朱松纯,主页:http://www.stat.ucla.edu/~sczhu/3)何恺明,主页:http://kaiminghe.com/ML领域:1)周志华,主页:http://cs.nju.edu.cn/zhouzh/...原创 2019-07-10 18:44:40 · 1264 阅读 · 0 评论