Skip to content

Commit

Permalink
Quotatinos
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-savelyevv committed Aug 16, 2023
1 parent 4ea3e9e commit 45948b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tensorflow/object_detection/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ def run(config):

if "train" in config.mode:
if config.weights is None:
logger.warning('Pretrained checkpoint is not provided. This may lead to poor training results!')
logger.warning("Pretrained checkpoint is not provided. This may lead to poor training results!")
if is_accuracy_aware_training(config):
train_summary_writer = SummaryWriter(config.log_dir, "train")
timer = Timer()
Expand Down

0 comments on commit 45948b2

Please sign in to comment.