Skip to content

Commit

Permalink
fix some wrong links in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyingQianMM committed Sep 10, 2021
1 parent 92034f0 commit 0045209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddlex/cv/models/classifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def default_optimizer(self, parameters, learning_rate, warmup_steps,
if warmup_steps > lr_decay_epochs[0] * num_steps_each_epoch:
logging.error(
"In function train(), parameters should satisfy: "
"warmup_steps <= lr_decay_epochs[0]*num_samples_in_train_dataset",
"warmup_steps <= lr_decay_epochs[0]*num_samples_in_train_dataset.",
exit=False)
logging.error(
"See this doc for more information: "
Expand Down

0 comments on commit 0045209

Please sign in to comment.