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

Tensor initialization on device improvements #6959

Merged
merged 5 commits into from
Mar 12, 2022
Merged

Commits on Mar 12, 2022

  1. Update common.py speed improvements

    Eliminate .to() ops where possible for reduced data transfer overhead. Primarily affects warmup and PyTorch Hub inference.
    glenn-jocher committed Mar 12, 2022
    Configuration menu
    Copy the full SHA
    b8d4ee5 View commit details
    Browse the repository at this point in the history
  2. Updates

    glenn-jocher committed Mar 12, 2022
    Configuration menu
    Copy the full SHA
    5ddd304 View commit details
    Browse the repository at this point in the history
  3. Updates

    glenn-jocher committed Mar 12, 2022
    Configuration menu
    Copy the full SHA
    fb066cd View commit details
    Browse the repository at this point in the history
  4. Update detect.py

    glenn-jocher committed Mar 12, 2022
    Configuration menu
    Copy the full SHA
    7d20e3c View commit details
    Browse the repository at this point in the history
  5. Update val.py

    glenn-jocher committed Mar 12, 2022
    Configuration menu
    Copy the full SHA
    4f3bbea View commit details
    Browse the repository at this point in the history