Skip to content

Commit

Permalink
Adds missing config option in Faster's base config
Browse files Browse the repository at this point in the history
  • Loading branch information
vierja committed Oct 10, 2017
1 parent 133f23f commit 78b24e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion luminoth/models/fasterrcnn/base_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,8 @@ rcnn:
layer_sizes: [4096, 4096]
# Dropout keep probability (turn off with 1.0 value)
dropout_keep_prop: 1.0
activation_function: relu6
activation_function: relu
use_mean: False
initializer:
type: variance_scaling_initializer
factor: 1.0
Expand Down

0 comments on commit 78b24e7

Please sign in to comment.