
机器学习
文章平均质量分 72
慕容飞云
研究领域:计算机世界和机器学习
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
计算机视觉算法一些资源
物体检测:cocoapi: https://github.com/cocodataset/cocoapiefficientdet: https://github.com/google/automl/tree/master/efficientdethttps://github.com/zylo117/Yet-Another-EfficientDet-Pytorchyolo-v3: https://github.com/mystic123/tensorflow-yolo-v3yolov4: https原创 2020-05-11 15:42:17 · 369 阅读 · 0 评论 -
wordTree学习笔记
WordTree是一个词集之间的树形结构,通过语义范围确定节点上下级关系。如:Norfolk terrier从上到下的节点依次为 physical object、animal、mammal、hunting dog、terrier、Norfolk terrier。语义范围从大到小。使用WordTree结构预测时,每个节点下的所有子节点,构成了一个同义词集,对所有的同义词集求softmax得到的就...原创 2020-05-11 15:25:08 · 2615 阅读 · 1 评论 -
Caffe 训练时loss等于87.33的原因及解决方法
如题,本文给出了caffe训练时loss为87.33的详细原因分析和解决方法原创 2016-08-21 18:03:42 · 15373 阅读 · 6 评论 -
Caffe编译常见问题及解决
找不到XXX.so 常见的原因是so位置不在/usr/local/lib和/usr/lib中,使用locate查看so的具体位置,然后再Makefile.config里添加相应目录到LIBRARY_DIRS变量即可 如libhdf5.so位于/usr/lib/x86_64-linux-gnu中, 将变量修改如下: LIBRARY_DIRS := $(PYTHON_LIB) /usr/local原创 2016-11-29 20:29:13 · 601 阅读 · 0 评论 -
使用docker部署TensorFlow模型
使用docker部署TensorFlow模型需要多个依赖项,把这些东西记录一起,方便查看依赖项:docker、nvidia-docker、NVIDIA驱动cuda相关程序层级从低到高依次为:NVIDIA驱动 —— cuda —— cudnn。nvidia-docker仅需要NVIDIA驱动,cuda工具包非必须1、安装nvidia驱动。驱动是否需要安装或升级需要视docker镜像内部的cu...转载 2019-02-18 18:46:46 · 1285 阅读 · 0 评论 -
一些资源网址
常用网站 CV: 文本识别的一些数据 http://www.iapr-tc11.org/mediawiki/index.php/Datasets_List Opencv函数查询http://www.opencv.org.cn/opencvdoc/2.3.2/html/modules/refman.html Tesseract OCR http://dataset.primaresearch原创 2020-05-11 15:06:47 · 831 阅读 · 0 评论