码迷,mamicode.com
首页 >  
搜索关键字:training    ( 1539个结果
HZNU Training 21 for Zhejiang Provincial Competition 2020
C - 展开字符串 HDU - 1274 处理括号优先级:栈保存所有的字符,遇到 数字+字符,数字拿出来,for一遍,字符填到栈里,遇到 )一直把栈里元素拿出来,直到 ( 为止,然后把这中间的元素保存下来,因为括号前面有系数,再for一遍,填到栈里,最后把栈清空,输出, #include<cstdi ...
分类:其他好文   时间:2020-04-12 20:43:50    阅读次数:53
三列布局,中间自适应,关于float和positon方法
三列布局,中间自适应,尝试了两种方法float.mydiv{ background-color: #eee; margin:20px; padding: 20px; border: solid 1px #999; overflow: auto; } .left { float: left; widt ...
分类:其他好文   时间:2020-04-06 21:05:21    阅读次数:85
spark-2.4.5 安装记录
参考 https://data-flair.training/blogs/install-apache-spark-multi-node-cluster/ 下载 spark 地址为 http://spark.apache.org/downloads.html 准备三个节点 192.168.1.1 [ ...
分类:其他好文   时间:2020-03-31 19:04:21    阅读次数:228
Fer2013 表情识别 pytorch (CNN、VGG、Resnet)
# fer2013数据集 ## 数据集介绍 * Fer2013人脸表情数据集由35886张人脸表情图片组成,其中,测试图(Training)28708张,公共验证图(PublicTest)和私有验证图(PrivateTest)各3589张,每张图片是由大小固定为48×48的灰度图像组成,共有7种表情... ...
分类:Web程序   时间:2020-03-30 19:45:47    阅读次数:721
目标检测 | 经典算法 Cascade R-CNN: Delving into High Quality Object Detection
作者从detector的overfitting at training/quality mismatch at inference问题入手,提出了基于multi stage的Cascade R CNN,该网络结构清晰,效果显著,并且能简单移植到其它detector中,带来2 4%的性能提升 论文: ...
分类:编程语言   时间:2020-03-27 10:59:14    阅读次数:76
R-CNN
全名: Rich feature hierarchies for accurate object detection and semantic segmentation Tech report (v5) 代码地址: http://www.cs.berkeley.edu/~rbg/rcnn. Abst ...
分类:其他好文   时间:2020-03-22 16:19:15    阅读次数:111
【CNN调参】目标检测算法优化技巧
上次bbuf分享了亚马逊团队的用于分类模型的bag of tricks, 详见: "链接" , 本文继续梳理一下目标检测trick, 解读这篇19年同样由亚马逊团队发表的《Bag of Freebies for Training Object Detection Neural Networks》。先 ...
分类:编程语言   时间:2020-03-22 10:54:09    阅读次数:132
Meta-Learning: Learning to Learn Fast
Define the Meta-Learning Problem A Simple View Training in the Same Way as Testing Learner and Meta-Learner Common Approaches Metric-Based Convolution ...
分类:Web程序   时间:2020-03-21 18:17:04    阅读次数:143
CVPR2020论文解析:视频分类Video Classification
CVPR2020论文解析:视频分类Video Classification Rethinking Zero-shot Video Classification: End-to-end Training for Realistic Applications 论文链接:https://arxiv.org ...
分类:其他好文   时间:2020-03-21 13:19:41    阅读次数:709
torch加载参数
1 from torch.utils.data import DataLoader 2 from torchvision import datasets 3 from PIL import Image as img 4 5 dataPath = './data/imgs/' 6 7 dataset ...
分类:其他好文   时间:2020-03-17 21:16:41    阅读次数:123
1539条   上一页 1 ... 7 8 9 10 11 ... 154 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!