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

PyTorch collect model statistics #1487

Open
albertz opened this issue Jan 3, 2024 · 0 comments
Open

PyTorch collect model statistics #1487

albertz opened this issue Jan 3, 2024 · 0 comments

Comments

@albertz
Copy link
Member

albertz commented Jan 3, 2024

We should collect some statistics (maybe optionally, configurable) (maybe only every N steps if too costly otherwise).

Of:

  • weights
  • activations
  • gradients of weights
  • gradients of activations
  • gradients of inputs
  • loss (per step; or final on train, dev, devtrain)

Kind of statistics:

  • mean, stddev (var)
  • min, max, median, other percentiles
  • all of the above but for the abs value as well
  • all of the above but using momentum (e.g. exp moving average, different decay values)

Also see #1446.

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

No branches or pull requests

1 participant