Skip to content

Commit 9fada56

Browse files
authored
Merge pull request pytorch#10 from o295/main
Fixing test_detection_model_trainable_backbone_layers
2 parents 332af3b + cfe224c commit 9fada56

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/test_models.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,10 @@ def _check_input_backprop(model, inputs):
321321
"max_trainable": 6,
322322
"n_trn_params_per_layer": [96, 99, 138, 200, 239, 257, 266],
323323
},
324+
"fcos_resnet50_fpn": {
325+
"max_trainable": 5,
326+
"n_trn_params_per_layer": [54, 64, 83, 96, 106, 107],
327+
},
324328
}
325329

326330

0 commit comments

Comments
 (0)