File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ def _accumulate_predictions_from_multiple_gpus(predictions_per_gpu):
49
49
# convert a dict where the key is the index in a list
50
50
image_ids = list (sorted (predictions .keys ()))
51
51
if len (image_ids ) != image_ids [- 1 ] + 1 :
52
- logger = logging .getLogger ("fcos_core .inference" )
52
+ logger = logging .getLogger ("fad_core .inference" )
53
53
logger .warning (
54
54
"Number of images that were gathered from multiple processes is not "
55
55
"a contiguous set. Some images might be missing from the evaluation"
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ def do_train(
46
46
checkpoint_period ,
47
47
arguments ,
48
48
):
49
- logger = logging .getLogger ("fcos_core .trainer" )
49
+ logger = logging .getLogger ("fad_core .trainer" )
50
50
51
51
mb_params = utils_fad .param_size (model )
52
52
logger .info ("Model size = {:.2f} MB" .format (mb_params ))
You can’t perform that action at this time.
0 commit comments