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

move example inputs to correct device when tracing module #4360

Merged
merged 14 commits into from
Oct 29, 2020
Merged

move example inputs to correct device when tracing module #4360

merged 14 commits into from
Oct 29, 2020

Commits on Oct 26, 2020

  1. use move_data_to_device instead of to; docstring also allow tuple of …

    …Tensor; not supported log error when example_inputs is a dict; commented docstring trace example
    stefempath committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    cbbf04f View commit details
    Browse the repository at this point in the history
  2. Use isinstance to check if example_inputs is a Mapping, instead of type

    Co-authored-by: Justus Schock <12886177+justusschock@users.noreply.github.com>
    NumesSanguis and justusschock committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    fb72416 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8421c5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8cb11da View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    95c00b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Configuration menu
    Copy the full SHA
    f5f7cf3 View commit details
    Browse the repository at this point in the history
  2. Use (possibly user overwritten) transfer_batch_to_device instead of m…

    …ove_data_to_device
    
    Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
    NumesSanguis and rohitgr7 committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    7e769e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c71dba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1fc753 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. Remove unused import

    Co-authored-by: Jeff Yang <ydcjeff@outlook.com>
    NumesSanguis and Jeff Yang committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    d3da5f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c82c58 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b74cd3 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Configuration menu
    Copy the full SHA
    8bec5b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8c7e15 View commit details
    Browse the repository at this point in the history