Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ASR] ds2: add log_interval and fix lr problem when resume training #1766

Merged
merged 1 commit into from Apr 24, 2022

Conversation

Jackwaterveg
Copy link
Contributor

@Jackwaterveg Jackwaterveg commented Apr 24, 2022

ds2 模型:

  1. 增加 log_interval
  2. 修复 resume training 时候 lr 不对齐的问题
    before: save lr at step t, load model and resume to step t+1, but lr is at step t
    now: save lr at step t+1, load model and resume to step t+1, now lr is at step t+1

@Jackwaterveg Jackwaterveg added this to the r1.0.0a milestone Apr 24, 2022
@mergify mergify bot added the S2T asr/st label Apr 24, 2022
Copy link
Collaborator

@zh794390558 zh794390558 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@zh794390558 zh794390558 merged commit 312fc4e into PaddlePaddle:develop Apr 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S2T asr/st
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants