regression model
2020.06.19 00:20
댓글 6
-
WHRIA
2020.06.19 00:25
-
WHRIA
2020.06.19 23:06
-
WHRIA
2020.06.20 22:22
layer {
name: "pool5/7x7_s1"
type: "Pooling"
bottom: "conv5_3"
top: "pool5/7x7_s1"
pooling_param {
pool: AVE
kernel_size: 7
stride: 1
}
}
layer {
name: "whria_classifier"
type: "InnerProduct"
bottom: "pool5/7x7_s1"
top: "whria_classifier"
param {
lr_mult: 1.0
decay_mult: 1.0
}
param {
lr_mult: 2.0
decay_mult: 0.0
}
inner_product_param {
num_output: 1
weight_filler{
type: "gaussian"
std:0.01
}
bias_filler{
type:"constant"
value:0
}
}
}
layer {
bottom: "whria_classifier"
bottom: "label"
top: "loss"
type: "EuclideanLoss"
name: "loss"
} -
WHRIA
2020.06.20 22:24
layer {
name: "whria_classifier"
type: "InnerProduct"
bottom: "pool5/7x7_s1"
top: "whria_classifier"
param {
lr_mult: 1.0
decay_mult: 1.0
}
param {
lr_mult: 2.0
decay_mult: 0.0
}
inner_product_param {
num_output: 2
}
}
layer {
bottom: "whria_classifier"
bottom: "label"
top: "loss"
name: "loss"
type: "SoftmaxWithLoss"
}
layer {
name: "accuracy"
type: "Accuracy"
bottom: "whria_classifier"
bottom: "label"
top: "accuracy"
include {
phase: TEST
}
} -
WHRIA
2020.06.20 22:39
layer {
name: "pool5/7x7_s1"
type: "Pooling"
bottom: "conv5_3"
top: "pool5/7x7_s1"
pooling_param {
pool: AVE
kernel_size: 7
stride: 1
}
}
layer {
name: "whria_classifier1"
type: "InnerProduct"
bottom: "pool5/7x7_s1"
top: "whria_classifier1"
param {
lr_mult: 1.0
decay_mult: 1.0
}
param {
lr_mult: 2.0
decay_mult: 0.0
}
inner_product_param {
num_output: 16
}
}
layer {
name: "relu_whria1"
type: "ReLU"
bottom:"whria_classifier1"
top: "whria_classifier1"
}
layer {
name : "drop16"
type : "Dropout"
bottom : "whria_classifier1"
top: "whria_classifier1"
dropout_param {
dropout_ratio:0.5
}
}
layer {
name:"whria_classifier2"
type: "InnerProduct"
bottom:"whria_classifier1"
top:"whria_classifier2"
inner_product_param{
num_output: 1
weight_filler{
type: "gaussian"
std:0.01
}
bias_filler{
type:"constant"
value:0
}
}
}
layer {
bottom: "whria_classifier2"
bottom: "label"
top: "loss"
type: "EuclideanLoss"
name: "loss"
} -
WHRIA
2020.06.20 23:12
layer {
name: "whria_classifier1"
type: "InnerProduct"
bottom: "pool5/7x7_s1"
top: "whria_classifier1"
param {
lr_mult: 1.0
decay_mult: 1.0
}
param {
lr_mult: 2.0
decay_mult: 0.0
}
inner_product_param {
num_output: 32
}
}
layer {
name: "relu_whria1"
type: "ReLU"
bottom:"whria_classifier1"
top: "whria_classifier1"
}
layer {
name : "drop_whria1"
type : "Dropout"
bottom : "whria_classifier1"
top: "whria_classifier1"
dropout_param {
dropout_ratio:0.5
}
}
layer {
name: "whria_classifier2"
type: "InnerProduct"
bottom: "whria_classifier1"
top: "whria_classifier2"
param {
lr_mult: 1.0
decay_mult: 1.0
}
param {
lr_mult: 2.0
decay_mult: 0.0
}
inner_product_param {
num_output: 32
}
}
layer {
name: "relu_whria2"
type: "ReLU"
bottom:"whria_classifier2"
top: "whria_classifier2"
}
layer {
name : "drop_whria2"
type : "Dropout"
bottom : "whria_classifier2"
top: "whria_classifier2"
dropout_param {
dropout_ratio:0.5
}
}
layer {
name:"whria_classifier_final"
type: "InnerProduct"
bottom:"whria_classifier2"
top:"whria_classifier_final"
inner_product_param{
num_output: 1
weight_filler{
type: "gaussian"
std:0.01
}
bias_filler{
type:"constant"
value:0
}
}
}
layer {
bottom: "whria_classifier_final"
bottom: "label"
top: "loss"
type: "EuclideanLoss"
name: "loss"
}
번호 | 제목 | 글쓴이 | 날짜 | 조회 수 |
---|---|---|---|---|
1669 | sql python | WHRIA | 2020.07.01 | 272 |
1668 | modprobe | WHRIA | 2020.06.29 | 6466 |
1667 | tab 구조 html | WHRIA | 2020.06.28 | 98 |
1666 | imagenet classification SOTA | WHRIA | 2020.06.27 | 1445 |
1665 | 할일 | WHRIA | 2020.06.24 | 1569 |
1664 | caffe hdf5 error | WHRIA | 2020.06.22 | 215 |
1663 | resnest50 caffe | WHRIA | 2020.06.22 | 182 |
1662 | reddit downloader | WHRIA | 2020.06.21 | 241 |
1661 | 바이두 | WHRIA | 2020.06.20 | 732 |
» | regression model [6] | WHRIA | 2020.06.19 | 196 |
1659 | MS bot framework [3] | WHRIA | 2020.06.13 | 138 |
1658 | BERT | WHRIA | 2020.06.10 | 3342 |
1657 | 영어로 숫자 표현 | WHRIA | 2020.05.28 | 4494 |
1656 | single file encrypt decrypt | WHRIA | 2020.05.17 | 1842 |
1655 | encfs | WHRIA | 2020.05.17 | 36657 |
https://github.com/BVLC/caffe/issues/1396