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

Add Table Transformer #18920

Closed
wants to merge 10 commits into from

Commits on Sep 5, 2022

  1. Add conversion script, normalize_before to encoder

    Niels Rogge authored and Niels Rogge committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    8848ead View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Make encoder work

    Niels Rogge authored and Niels Rogge committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    a3f6764 View commit details
    Browse the repository at this point in the history
  2. Make forward pass work

    Niels Rogge authored and Niels Rogge committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    82f2682 View commit details
    Browse the repository at this point in the history
  3. Clean up

    Niels Rogge authored and Niels Rogge committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    acb907d View commit details
    Browse the repository at this point in the history
  4. Add cs_loss_coefficient attribute

    Niels Rogge authored and Niels Rogge committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    5970e75 View commit details
    Browse the repository at this point in the history
  5. Add id2label

    Niels Rogge authored and Niels Rogge committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    5f2c9d9 View commit details
    Browse the repository at this point in the history
  6. Convert table structure recognition as well

    Niels Rogge authored and Niels Rogge committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    aaf0507 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Add docs, integration test

    Niels Rogge authored and Niels Rogge committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    a6099bf View commit details
    Browse the repository at this point in the history
  2. Fix integration test

    Niels Rogge authored and Niels Rogge committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    83eb689 View commit details
    Browse the repository at this point in the history
  3. Add model to test_fetcher

    Niels Rogge authored and Niels Rogge committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    d34f7e6 View commit details
    Browse the repository at this point in the history