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

[Relay] Add a PyTorch to Relay Parser #4497

Merged
merged 136 commits into from
Feb 25, 2020

Commits on Feb 24, 2020

  1. Configuration menu
    Copy the full SHA
    98517fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ac2c0b View commit details
    Browse the repository at this point in the history
  3. Fix lint

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    3165151 View commit details
    Browse the repository at this point in the history
  4. Remove fix for shufflenet

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    78829d2 View commit details
    Browse the repository at this point in the history
  5. Lower check

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    db776eb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e65f4c4 View commit details
    Browse the repository at this point in the history
  7. Remove commented out section

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    6d4d03a View commit details
    Browse the repository at this point in the history
  8. Use infer_shape everywhere

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    943f30b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    389885b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9f5593e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b76dfda View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a4dca01 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4ebf41f View commit details
    Browse the repository at this point in the history
  14. Retrigger CI

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    32a33b6 View commit details
    Browse the repository at this point in the history
  15. Add back in updated tests

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    5cafc10 View commit details
    Browse the repository at this point in the history
  16. Try splitting up tests

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    377452f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6bc4a90 View commit details
    Browse the repository at this point in the history
  18. Add int32 for all ops

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    c285dee View commit details
    Browse the repository at this point in the history
  19. Remove print statements

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    b090293 View commit details
    Browse the repository at this point in the history
  20. Fix lint

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    6c62bb7 View commit details
    Browse the repository at this point in the history
  21. Broad except

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    a52296e View commit details
    Browse the repository at this point in the history
  22. Add other tensor types

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    58bb484 View commit details
    Browse the repository at this point in the history
  23. Temporarily use old tests

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    f8d9945 View commit details
    Browse the repository at this point in the history
  24. Retrigger CI

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    ce6acf5 View commit details
    Browse the repository at this point in the history
  25. Lower type names

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    d58f934 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    1722fbc View commit details
    Browse the repository at this point in the history
  27. Fix lint

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    6947be0 View commit details
    Browse the repository at this point in the history
  28. Remove print

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    8fe6e8e View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    db7e3e1 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    606b583 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    5059b1a View commit details
    Browse the repository at this point in the history
  32. Parse param type

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    c388f5f View commit details
    Browse the repository at this point in the history
  33. Remove print stmt in parser

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    ff99f2f View commit details
    Browse the repository at this point in the history
  34. Clean up some code

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    96e0a21 View commit details
    Browse the repository at this point in the history
  35. Working on flaot32 for bn

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    1217258 View commit details
    Browse the repository at this point in the history
  36. Add resnet18 double type

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    f54a7fc View commit details
    Browse the repository at this point in the history
  37. Fix lint

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    1a320fc View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    66ac2e4 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    d7fd6c2 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    d23b318 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    3566732 View commit details
    Browse the repository at this point in the history
  42. Get stack trace

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    265f445 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    2e47748 View commit details
    Browse the repository at this point in the history
  44. Make relay map a list

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    bdb0a3d View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    6a746db View commit details
    Browse the repository at this point in the history
  46. Move to PyTorch 1.4

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    b45fa0a View commit details
    Browse the repository at this point in the history
  47. Remove input_type as param

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    aded622 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    b88bbee View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    b367743 View commit details
    Browse the repository at this point in the history
  50. Remove fn_param

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    0679fc4 View commit details
    Browse the repository at this point in the history
  51. Clean up main loop

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    cb90c94 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    c212544 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    9ae0404 View commit details
    Browse the repository at this point in the history
  54. Remove some string hacking

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    4b34f92 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    1ab173e View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    93202d4 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    e024cfd View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    f65134f View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    fc84563 View commit details
    Browse the repository at this point in the history
  60. Remove unnecessary swap

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    fdd702e View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    5656f0d View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    c728a2d View commit details
    Browse the repository at this point in the history
  63. Rename nid_to_node_name

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    08b2a64 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    56d800b View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    dcfb2d1 View commit details
    Browse the repository at this point in the history
  66. Clean up conditionals

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    effc6d0 View commit details
    Browse the repository at this point in the history
  67. Clean up add_op

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    1c41d98 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    4b2987b View commit details
    Browse the repository at this point in the history
  69. Fix lint

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    af52517 View commit details
    Browse the repository at this point in the history
  70. Add torch install to CI

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    875e3c2 View commit details
    Browse the repository at this point in the history
  71. Actually use torch

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    28e4597 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    ef932dc View commit details
    Browse the repository at this point in the history
  73. Import torch for CI

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    ef570f3 View commit details
    Browse the repository at this point in the history
  74. Use take op for select

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    6fc76f2 View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    ceac08c View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    0052b35 View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    7eb8572 View commit details
    Browse the repository at this point in the history
  78. Use float16 ones

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    1941a34 View commit details
    Browse the repository at this point in the history
  79. Fix float16 test

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    fb84977 View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    f1a5285 View commit details
    Browse the repository at this point in the history
  81. Remove temp test

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    06dedd6 View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    e6aaadf View commit details
    Browse the repository at this point in the history
  83. Remove file

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    0a1d7e7 View commit details
    Browse the repository at this point in the history
  84. Empty cache after each test

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    27d426c View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    5c5719f View commit details
    Browse the repository at this point in the history
  86. Try using no grad

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    4cf2209 View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    6bd838f View commit details
    Browse the repository at this point in the history
  88. Use no grad for torchvision

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    0ff0c47 View commit details
    Browse the repository at this point in the history
  89. Remove xfail tests

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    f1da3e0 View commit details
    Browse the repository at this point in the history
  90. Configuration menu
    Copy the full SHA
    ed30b4b View commit details
    Browse the repository at this point in the history
  91. Combine pooling tests

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    44195f3 View commit details
    Browse the repository at this point in the history
  92. Remove extra test file

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    fa0a005 View commit details
    Browse the repository at this point in the history
  93. Configuration menu
    Copy the full SHA
    353ee46 View commit details
    Browse the repository at this point in the history
  94. Remove maxpool3

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    94d09f4 View commit details
    Browse the repository at this point in the history
  95. Remove debug prints

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    d21ba32 View commit details
    Browse the repository at this point in the history
  96. Configuration menu
    Copy the full SHA
    f90adfc View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    ba81485 View commit details
    Browse the repository at this point in the history
  98. Configuration menu
    Copy the full SHA
    dd70947 View commit details
    Browse the repository at this point in the history
  99. Configuration menu
    Copy the full SHA
    1a5049a View commit details
    Browse the repository at this point in the history
  100. Remove extra paren

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    8cf1fcd View commit details
    Browse the repository at this point in the history
  101. More refactor of isinstance

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    eb51d73 View commit details
    Browse the repository at this point in the history
  102. Configuration menu
    Copy the full SHA
    96354d2 View commit details
    Browse the repository at this point in the history
  103. Configuration menu
    Copy the full SHA
    c5028a2 View commit details
    Browse the repository at this point in the history
  104. Remove network variants

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    458ae5c View commit details
    Browse the repository at this point in the history
  105. Configuration menu
    Copy the full SHA
    a6a4980 View commit details
    Browse the repository at this point in the history
  106. Configuration menu
    Copy the full SHA
    1243261 View commit details
    Browse the repository at this point in the history
  107. Configuration menu
    Copy the full SHA
    d765b35 View commit details
    Browse the repository at this point in the history
  108. Configuration menu
    Copy the full SHA
    cd5c2d1 View commit details
    Browse the repository at this point in the history
  109. Configuration menu
    Copy the full SHA
    1207f29 View commit details
    Browse the repository at this point in the history
  110. Remove comma, retrigger CI

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    58c18dd View commit details
    Browse the repository at this point in the history
  111. Add paren, retrigger CI

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    fd7e315 View commit details
    Browse the repository at this point in the history
  112. Use inline if-else for flags

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    3aaf86e View commit details
    Browse the repository at this point in the history
  113. Configuration menu
    Copy the full SHA
    1829ca3 View commit details
    Browse the repository at this point in the history
  114. Remove version check for CI

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    440c568 View commit details
    Browse the repository at this point in the history
  115. Configuration menu
    Copy the full SHA
    933cf61 View commit details
    Browse the repository at this point in the history
  116. Fix lint

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    792feb1 View commit details
    Browse the repository at this point in the history
  117. Lower more input sizes

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    7416a35 View commit details
    Browse the repository at this point in the history
  118. Configuration menu
    Copy the full SHA
    6b77626 View commit details
    Browse the repository at this point in the history
  119. Use tvm.runtime.ndarray

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    7dec79f View commit details
    Browse the repository at this point in the history
  120. Configuration menu
    Copy the full SHA
    2a2362a View commit details
    Browse the repository at this point in the history
  121. Try no grad for mobilenet

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    84c6102 View commit details
    Browse the repository at this point in the history
  122. Fix lint

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    09962b8 View commit details
    Browse the repository at this point in the history
  123. Fix lint again

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    44c6346 View commit details
    Browse the repository at this point in the history
  124. Revert to last passing

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    d697178 View commit details
    Browse the repository at this point in the history
  125. Delete test files

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    9f3831c View commit details
    Browse the repository at this point in the history
  126. Ignore lint

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    2d5ef37 View commit details
    Browse the repository at this point in the history
  127. Revert back

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    60d58ec View commit details
    Browse the repository at this point in the history
  128. Comment out mobilenet

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    bdc808a View commit details
    Browse the repository at this point in the history
  129. Configuration menu
    Copy the full SHA
    85ad441 View commit details
    Browse the repository at this point in the history
  130. Use IRModule

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    2cbbf77 View commit details
    Browse the repository at this point in the history
  131. Add todos

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    d799213 View commit details
    Browse the repository at this point in the history
  132. Refactor use_bias

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    2cd5039 View commit details
    Browse the repository at this point in the history
  133. Configuration menu
    Copy the full SHA
    60e676b View commit details
    Browse the repository at this point in the history
  134. Change input to data type

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    fef36e8 View commit details
    Browse the repository at this point in the history
  135. Remove todo

    alexwong committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    9dc2674 View commit details
    Browse the repository at this point in the history
  136. Configuration menu
    Copy the full SHA
    089d55f View commit details
    Browse the repository at this point in the history