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 0045209 commit 1df905b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion paddlex/cv/models/classifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def default_optimizer(self, parameters, learning_rate, warmup_steps,
exit=False)
logging.error(
"See this doc for more information: "
"https://github.com/PaddlePaddle/PaddleX/blob/release/2.0.0/docs/parameters.md",
"https://github.com/PaddlePaddle/PaddleX/blob/develop/docs/parameters.md",
exit=False)
logging.error(
"warmup_steps should less than {} or lr_decay_epochs[0] greater than {}, "
Expand Down
2 changes: 1 addition & 1 deletion paddlex/cv/models/detector.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def default_optimizer(self, parameters, learning_rate, warmup_steps,
exit=False)
logging.error(
"See this doc for more information: "
"https://github.com/PaddlePaddle/PaddleX/blob/release/2.0.0/docs/parameters.md",
"https://github.com/PaddlePaddle/PaddleX/blob/develop/docs/parameters.md",
exit=False)

scheduler = paddle.optimizer.lr.LinearWarmup(
Expand Down

0 comments on commit 1df905b

Please sign in to comment.