"docs/vscode:/vscode.git/clone" did not exist on "12004bf3a7d3e77eafe3dd8fad1d458d8e001fab"
Commit 20453ae1 authored by Pengchong Jin's avatar Pengchong Jin Committed by A. Unique TensorFlower
Browse files

Internal change

PiperOrigin-RevId: 347013275
parent 55331222
# Expect to reach: box mAP: 42.3%, mask mAP: 37.6% on COCO
task:
init_checkpoint: null
train_data:
global_batch_size: 256
parser:
aug_rand_hflip: true
aug_scale_min: 0.5
aug_scale_max: 2.0
losses:
l2_weight_decay: 0.00008
model:
anchor:
anchor_size: 3.0
min_level: 3
max_level: 7
input_size: [640, 640, 3]
norm_activation:
norm_epsilon: 0.001
norm_momentum: 0.99
use_sync_bn: true
detection_generator:
pre_nms_top_k: 1000
trainer:
train_steps: 162050
optimizer_config:
learning_rate:
type: 'stepwise'
stepwise:
boundaries: [148160, 157420]
values: [0.32, 0.032, 0.0032]
warmup:
type: 'linear'
linear:
warmup_steps: 2000
warmup_learning_rate: 0.0067
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment