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

Aten roi align #209

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open

Aten roi align #209

wants to merge 19 commits into from

Commits on Jul 26, 2024

  1. continued work in progress

    bpickrel committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    1411f57 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    37d94bf View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Addded support for multiple roi input of form Tensor[K, 5]. input[0] …

    …must also equal K. Converter still does not work for aligned=True
    bpickrel committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    409995a View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. fixed some calling parameters in roi_align converter and added test_z…

    …ap which demonstrates corrupted input.
    bpickrel committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    409e272 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    364a9a4 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    35574c6 View commit details
    Browse the repository at this point in the history
  2. faster migraphx make

    bpickrel committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    f733fca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e407df1 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    20505d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. corrected acc converter to correctly handle test inputs with differen…

    …t output height and width (original tests were symmetrical). Still failing some tests
    bpickrel committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    fdfb804 View commit details
    Browse the repository at this point in the history
  2. comment

    bpickrel committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    254e278 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1ecd63 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

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

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    2669861 View commit details
    Browse the repository at this point in the history
  2. comment cleanup

    bpickrel committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    2e9b68e View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    f4699d4 View commit details
    Browse the repository at this point in the history
  2. Added wrappings for torchvision dependencies, moved new tests to diff…

    …erent test files, other cleanup
    bpickrel committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    0fb081f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0acc107 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. format

    bpickrel committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    9f6c4ea View commit details
    Browse the repository at this point in the history