Skip to content

Fix erratic learning-rate example#1254

Open
ziyecc-tech wants to merge 1 commit into
huggingface:mainfrom
ziyecc-tech:fix-erratic-learning-rate-example
Open

Fix erratic learning-rate example#1254
ziyecc-tech wants to merge 1 commit into
huggingface:mainfrom
ziyecc-tech:fix-erratic-learning-rate-example

Conversation

@ziyecc-tech
Copy link
Copy Markdown

Summary:

  • Correct the erratic learning curves example so the diff lowers the learning rate from 1e-4 to 1e-5.
  • Apply the same numeric fix to the English, Korean, and Burmese chapter files that contain the same example.

Verification:

  • git diff --check
  • rg -n --multiline "-learning_rate=1e-5,\n\s*+learning_rate=1e-4" chapters/en/chapter3/5.mdx chapters/my/chapter3/5.mdx chapters/ko/chapter3/5.mdx

Fixes #1240

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Typo: "Solutions for erratic curves" +learning_rate=1e-4 must be +learning_rate=1e-46

1 participant