Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Commit

Permalink
add random resizing param for test net
Browse files Browse the repository at this point in the history
Change-Id: I0f1e7e2b758e666f6eec8c8c71a1cd905de7b1e1
  • Loading branch information
fzou1 authored and etaf committed Aug 4, 2017
1 parent 32c7288 commit 0da457c
Showing 1 changed file with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ layer {
mean_value: 104
mean_value: 117
mean_value: 123
random_resize_param {
min_size: 256 max_size: 480
random_aspect_ratio_param {
min_area_ratio: 0.08
max_area_ratio: 1
aspect_ratio_change: 0.75
resize_param {
interp_mode: CUBIC
}
Expand Down Expand Up @@ -44,6 +46,13 @@ layer {
mean_value: 104
mean_value: 117
mean_value: 123
random_resize_param {
min_size: 256
max_size: 256
resize_param {
interp_mode: CUBIC
}
}
}
data_param {
source: "examples/imagenet/ilsvrc12_val_lmdb"
Expand Down

0 comments on commit 0da457c

Please sign in to comment.