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 TensorFlow formats to export.py #4479

Merged
merged 50 commits into from
Sep 12, 2021
Merged

Add TensorFlow formats to export.py #4479

merged 50 commits into from
Sep 12, 2021

Commits on Aug 18, 2021

  1. Initial commit

    glenn-jocher committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    944661f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92ab0df View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2021

  1. Merge master

    glenn-jocher committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    1ca5243 View commit details
    Browse the repository at this point in the history
  2. ROOT variable

    glenn-jocher committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    ec6c171 View commit details
    Browse the repository at this point in the history
  3. Add prefix to fcn arg

    glenn-jocher committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    13ffd35 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

  1. fix ROOT

    glenn-jocher committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    61ecc90 View commit details
    Browse the repository at this point in the history
  2. Merge master

    glenn-jocher committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    5dbd2eb View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. Merge master

    glenn-jocher committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    9eda48f View commit details
    Browse the repository at this point in the history
  2. Merge master

    glenn-jocher committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    a06bf58 View commit details
    Browse the repository at this point in the history
  3. check_yaml into run()

    glenn-jocher committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    da977fb View commit details
    Browse the repository at this point in the history
  4. interim fixes

    glenn-jocher committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    1785834 View commit details
    Browse the repository at this point in the history
  5. imgsz=(320, 320)

    glenn-jocher committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    6a5d391 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    95b9668 View commit details
    Browse the repository at this point in the history
  7. Finish opt elimination

    glenn-jocher committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    558bc46 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6a9846d View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2021

  1. Configuration menu
    Copy the full SHA
    a6f9165 View commit details
    Browse the repository at this point in the history
  2. SiLU and GraphDef fixes

    glenn-jocher committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    352a7fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    638e472 View commit details
    Browse the repository at this point in the history
  4. export fixes

    glenn-jocher committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    86f5236 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fcae900 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3c2ffab View commit details
    Browse the repository at this point in the history
  7. Fuse false for TF models

    glenn-jocher committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    63488e0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8cd6ed4 View commit details
    Browse the repository at this point in the history
  9. Remove lambda

    glenn-jocher committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    cf9023a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    79b14a4 View commit details
    Browse the repository at this point in the history
  11. Add pb to Usage

    glenn-jocher committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    ce8e001 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6930e81 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cfe19b7 View commit details
    Browse the repository at this point in the history
  14. Remove end --- comments

    glenn-jocher committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    64a796e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    591eef2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7f248aa View commit details
    Browse the repository at this point in the history
  17. update --include help

    glenn-jocher committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    1ea8fa8 View commit details
    Browse the repository at this point in the history
  18. update imports

    glenn-jocher committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    1df9e4c View commit details
    Browse the repository at this point in the history
  19. return ct_model

    glenn-jocher committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    4a6869d View commit details
    Browse the repository at this point in the history
  20. Merge master

    glenn-jocher committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    0eb762f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    1674c7b View commit details
    Browse the repository at this point in the history
  22. pb prerequisite to tfjs

    glenn-jocher committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    3291ee3 View commit details
    Browse the repository at this point in the history
  23. TF modules CamelCase

    glenn-jocher committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    d8effb7 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2021

  1. Configuration menu
    Copy the full SHA
    b982367 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a2b4bf View commit details
    Browse the repository at this point in the history
  3. CI

    glenn-jocher committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    dae71c3 View commit details
    Browse the repository at this point in the history
  4. CI

    glenn-jocher committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    5eac615 View commit details
    Browse the repository at this point in the history
  5. ignore *_web_model/

    glenn-jocher committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    fd0a3aa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b17b8c3 View commit details
    Browse the repository at this point in the history
  7. CI tensorflow-cpu

    glenn-jocher committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    bf29650 View commit details
    Browse the repository at this point in the history
  8. Update requirements.txt

    glenn-jocher committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    ac5466d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9d5dda2 View commit details
    Browse the repository at this point in the history
  10. CI coreml tfjs

    glenn-jocher committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    be7deb6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4f4e7d0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    241d36a View commit details
    Browse the repository at this point in the history