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

remove deepcopy call to allow ONNX export #1473

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Jan 9, 2024

  1. deepcopy -> clone

    Prathik Rao committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    3003173 View commit details
    Browse the repository at this point in the history
  2. manual check for torch.Tensor during copy

    Prathik Rao committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    ea56962 View commit details
    Browse the repository at this point in the history
  3. bug fix

    Prathik Rao committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    a986286 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. add more logs

    Prathik Rao committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    a889701 View commit details
    Browse the repository at this point in the history
  2. torch.Size check

    Prathik Rao committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    48f4527 View commit details
    Browse the repository at this point in the history
  3. print

    Prathik Rao committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    357aaef View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. use dict copy over deepcopy

    Prathik Rao committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    50d43a3 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. refactor

    Prathik Rao committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    cd00ac3 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. remove copy all together

    Prathik Rao committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    055bfcd View commit details
    Browse the repository at this point in the history