dropout_rate not working in “model_config” .
How I can use this function?
ex:
model_config {
arch: “resnet”
pretrained_model_file: <path_to_model_file>
freeze_blocks: 0
freeze_blocks: 1
all_projections: True
num_layers: 18
use_pooling: False
use_batch_norm: True
dropout_rate: 0.6
OR dropout_rate: 0.1 <--------
training_precision: {
backend_floatx: FLOAT32
}
objective_set: {
cov {}
bbox {
scale: 35.0
offset: 0.5
}
}
}
###It doesn’t work.