Skip to content

Commit fec35c0

Browse files
author
Matt Scott
committed
Update to fad code name
1 parent 4b5ff75 commit fec35c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fcos_core/engine/inference.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def _accumulate_predictions_from_multiple_gpus(predictions_per_gpu):
4949
# convert a dict where the key is the index in a list
5050
image_ids = list(sorted(predictions.keys()))
5151
if len(image_ids) != image_ids[-1] + 1:
52-
logger = logging.getLogger("fcos_core.inference")
52+
logger = logging.getLogger("fad_core.inference")
5353
logger.warning(
5454
"Number of images that were gathered from multiple processes is not "
5555
"a contiguous set. Some images might be missing from the evaluation"

fcos_core/engine/trainer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def do_train(
4646
checkpoint_period,
4747
arguments,
4848
):
49-
logger = logging.getLogger("fcos_core.trainer")
49+
logger = logging.getLogger("fad_core.trainer")
5050

5151
mb_params = utils_fad.param_size(model)
5252
logger.info("Model size = {:.2f} MB".format(mb_params))

0 commit comments

Comments
 (0)