Skip to content

Commit

Permalink
fix config file problem
Browse files Browse the repository at this point in the history
  • Loading branch information
traveller59 committed Apr 1, 2019
1 parent 661fde6 commit b2f987c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions second/configs/car.fhd.config
Original file line number Diff line number Diff line change
@@ -22,11 +22,11 @@ model: {
}
rpn: {
module_class_name: "RPNV2"
layer_nums: [5]
layer_strides: [1]
num_filters: [128]
upsample_strides: [1]
num_upsample_filters: [128]
layer_nums: [5, 5]
layer_strides: [1, 2]
num_filters: [128, 256]
upsample_strides: [1, 2]
num_upsample_filters: [256, 256]
use_groupnorm: false
num_groups: 32
num_input_features: 128

0 comments on commit b2f987c

Please sign in to comment.