Skip to content

Commit f08513d

Browse files
Internal change
PiperOrigin-RevId: 422928888
1 parent a8bccfa commit f08513d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

official/vision/beta/projects/centernet/configs/experiments/coco-centernet-hourglass-tpu.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ task:
5959
input_path: 'coco/val*'
6060
drop_remainder: false
6161
dtype: 'bfloat16'
62-
global_batch_size: 16
62+
global_batch_size: 64
6363
is_training: false
6464
trainer:
6565
train_steps: 140000
66-
validation_steps: 78 # 5000 / 16
66+
validation_steps: 78 # 5000 / 64
6767
steps_per_loop: 924 # 118287 / 128
6868
validation_interval: 924
6969
summary_interval: 924

official/vision/beta/projects/centernet/modeling/heads/centernet_head.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ def __init__(self,
6161
self._heatmap_bias = heatmap_bias
6262
self._num_inputs = len(input_levels)
6363

64-
input_levels = sorted(self._input_specs.keys())
6564
inputs = {level: tf.keras.layers.Input(shape=self._input_specs[level][1:])
6665
for level in input_levels}
6766
outputs = {}

0 commit comments

Comments
 (0)