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

[Torch] Support Python list, more realistic recurrent networks #5306

Merged
merged 31 commits into from
Apr 13, 2020

Commits on Apr 13, 2020

  1. Configuration menu
    Copy the full SHA
    1c80a69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff440ea View commit details
    Browse the repository at this point in the history
  3. handle tuple unpack

    masahi committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    21be771 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf0af1b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    24c22f7 View commit details
    Browse the repository at this point in the history
  6. minor clean up

    masahi committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    8d59ae6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    edbc2a4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f7ecc75 View commit details
    Browse the repository at this point in the history
  9. pass around prelude for now

    masahi committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    b727182 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a3319f3 View commit details
    Browse the repository at this point in the history
  11. fix tensor array wrapping

    masahi committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    58e2908 View commit details
    Browse the repository at this point in the history
  12. begin list dynamic test

    masahi committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    a973954 View commit details
    Browse the repository at this point in the history
  13. is_list_dynamic first version

    masahi committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    0bef1fa View commit details
    Browse the repository at this point in the history
  14. finish dynamic list test

    masahi committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    0c56041 View commit details
    Browse the repository at this point in the history
  15. a few fix

    masahi committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    bb85504 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    002eb4e View commit details
    Browse the repository at this point in the history
  17. improve size conversion

    masahi committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    3261466 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0a14c19 View commit details
    Browse the repository at this point in the history
  19. fixed inlined inner loop issue

    masahi committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    f2d8bd2 View commit details
    Browse the repository at this point in the history
  20. clean up free var handling

    masahi committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    fd297ae View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    18aad7f View commit details
    Browse the repository at this point in the history
  22. adding ta concat on last axis

    masahi committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    a7c59ed View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    e9cb1a7 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    a2b0da4 View commit details
    Browse the repository at this point in the history
  25. add lstm tests

    masahi committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    eb70587 View commit details
    Browse the repository at this point in the history
  26. revert unrelated change

    masahi committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    f53cc0c View commit details
    Browse the repository at this point in the history
  27. fix stacked bidir test

    masahi committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    12740bb View commit details
    Browse the repository at this point in the history
  28. minor fix to test

    masahi committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    b7bce2b View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    6bcf0f1 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    3074c9a View commit details
    Browse the repository at this point in the history
  31. more shape fix

    masahi committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    c185b4e View commit details
    Browse the repository at this point in the history