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

Nesterov #3232

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Nesterov #3232

wants to merge 1 commit into from

Conversation

minhua-chen
Copy link
Contributor

Summary:
using step_mode to cover a few special cases:
step_mode=0: embedding scaling
step_mode=1: nesterov accelerated gradient
step_mode=2: pure ema (compatible with previous diff)

Differential Revision: D63875074

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D63875074

Copy link

netlify bot commented Oct 8, 2024

Deploy Preview for pytorch-fbgemm-docs failed.

Name Link
🔨 Latest commit 0e10546
🔍 Latest deploy log https://app.netlify.com/sites/pytorch-fbgemm-docs/deploys/67079cf10fc4ad00085e942e

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D63875074

minhua-chen added a commit to minhua-chen/FBGEMM that referenced this pull request Oct 10, 2024
Summary:

X-link: facebookresearch/FBGEMM#330

using step_mode to cover a few special cases:
      step_mode=0: embedding scaling
      step_mode=1: nesterov accelerated gradient
      step_mode=2: pure ema (compatible with previous diff)

Reviewed By: q10

Differential Revision: D63875074
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D63875074

minhua-chen added a commit to minhua-chen/FBGEMM that referenced this pull request Oct 10, 2024
Summary:

X-link: facebookresearch/FBGEMM#330

using step_mode to cover a few special cases:
      step_mode=0: embedding scaling
      step_mode=1: nesterov accelerated gradient
      step_mode=2: pure ema (compatible with previous diff)

Reviewed By: q10

Differential Revision: D63875074
minhua-chen added a commit to minhua-chen/FBGEMM that referenced this pull request Oct 10, 2024
Summary:

X-link: facebookresearch/FBGEMM#330

using step_mode to cover a few special cases:
      step_mode=0: embedding scaling
      step_mode=1: nesterov accelerated gradient
      step_mode=2: pure ema (compatible with previous diff)

Reviewed By: q10

Differential Revision: D63875074
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D63875074

1 similar comment
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D63875074

minhua-chen added a commit to minhua-chen/FBGEMM that referenced this pull request Oct 10, 2024
Summary:

X-link: facebookresearch/FBGEMM#330

using step_mode to cover a few special cases:
      step_mode=0: embedding scaling
      step_mode=1: nesterov accelerated gradient
      step_mode=2: pure ema (compatible with previous diff)

Reviewed By: q10

Differential Revision: D63875074
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D63875074

minhua-chen added a commit to minhua-chen/FBGEMM that referenced this pull request Oct 10, 2024
Summary:

X-link: facebookresearch/FBGEMM#330

using step_mode to cover a few special cases:
      step_mode=0: embedding scaling
      step_mode=1: nesterov accelerated gradient
      step_mode=2: pure ema (compatible with previous diff)

Reviewed By: q10

Differential Revision: D63875074
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D63875074

Summary:

X-link: facebookresearch/FBGEMM#330

using step_mode to cover a few special cases:
      step_mode=0: embedding scaling
      step_mode=1: nesterov accelerated gradient
      step_mode=2: pure ema (compatible with previous diff)

Reviewed By: q10

Differential Revision: D63875074
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D63875074

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

Successfully merging this pull request may close these issues.

2 participants