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 tensor grad assginment #5379

Merged
merged 67 commits into from
Jul 7, 2021
Merged

Commits on Jun 29, 2021

  1. fix upsample nearest bug

    BBuf committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    34ee0a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Configuration menu
    Copy the full SHA
    0219f8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5bed6a View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. Configuration menu
    Copy the full SHA
    c822046 View commit details
    Browse the repository at this point in the history
  2. fix

    tea321000 committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    95e35dc View commit details
    Browse the repository at this point in the history
  3. fix

    tea321000 committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    70a6225 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3be5622 View commit details
    Browse the repository at this point in the history
  5. fix

    tea321000 committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    1f97b6b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6ddf9bf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0106b53 View commit details
    Browse the repository at this point in the history
  8. fix upsample nearest bug (#5347)

    Co-authored-by: oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
    BBuf and oneflow-ci-bot committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    267d4ca View commit details
    Browse the repository at this point in the history
  9. fix upsample bilinear bug

    BBuf committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    205c7fb View commit details
    Browse the repository at this point in the history
  10. fix upsample bilinear bug

    BBuf committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    77d7ae1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5aaeffa View commit details
    Browse the repository at this point in the history
  12. fix test

    tea321000 committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    1bf7b5c View commit details
    Browse the repository at this point in the history
  13. recover code

    BBuf committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    9149756 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d406880 View commit details
    Browse the repository at this point in the history
  15. align with pytorch

    BBuf committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    c15418e View commit details
    Browse the repository at this point in the history
  16. redesign upsample bilinear

    BBuf committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    442b3c1 View commit details
    Browse the repository at this point in the history
  17. fix align corner bug

    BBuf committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    68bf9bb View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0fe210b View commit details
    Browse the repository at this point in the history
  19. merge test_upsample

    tea321000 committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    02e81b6 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. align bilinear with pytorch

    BBuf committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    bc2e06c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ced2c6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7e39b1 View commit details
    Browse the repository at this point in the history
  4. enchaned 4-dim samples

    tea321000 committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    29a85ec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f8b8977 View commit details
    Browse the repository at this point in the history
  6. fix conflict

    BBuf committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    37a686e View commit details
    Browse the repository at this point in the history
  7. add backward test

    tea321000 committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    cdaac2a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fb41589 View commit details
    Browse the repository at this point in the history
  9. fix bug

    BBuf committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    ce79def View commit details
    Browse the repository at this point in the history
  10. complete grad test

    tea321000 committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    b7f81f1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    42c4104 View commit details
    Browse the repository at this point in the history
  12. fix merge conflict

    tea321000 committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    76fd133 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e883aca View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6295de3 View commit details
    Browse the repository at this point in the history
  15. add tensor grad assignment

    tea321000 committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    1d0f045 View commit details
    Browse the repository at this point in the history
  16. add test

    tea321000 committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    1f14f03 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2021

  1. Merge branch 'master' of https://github.com/Oneflow-Inc/oneflow into …

    …add_tensor_grad_assginment
    tea321000 committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    e59ba47 View commit details
    Browse the repository at this point in the history
  2. revert upsample changes

    tea321000 committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    cd1cb3f View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

  1. Merge branch 'master' of https://github.com/Oneflow-Inc/oneflow into …

    …add_tensor_grad_assginment
    tea321000 committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    d07a175 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a205821 View commit details
    Browse the repository at this point in the history
  3. add zero_grad() docstring

    tea321000 committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    417c52a View commit details
    Browse the repository at this point in the history
  4. formmat comment

    tea321000 committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    5b4c378 View commit details
    Browse the repository at this point in the history
  5. fix docstring

    tea321000 committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    bd525c7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cafb8f5 View commit details
    Browse the repository at this point in the history
  7. fix suggestions

    tea321000 committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    0ddae57 View commit details
    Browse the repository at this point in the history
  8. Update oneflow/python/test/tensor/test_tensor.py

    Co-authored-by: Yinggang Wang <wyg19970408@gmail.com>
    tea321000 and wyg1997 committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    c2e9149 View commit details
    Browse the repository at this point in the history
  9. Update oneflow/api/python/framework/tensor.cpp

    Co-authored-by: Yinggang Wang <wyg19970408@gmail.com>
    tea321000 and wyg1997 committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    638b0b8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2e856bf View commit details
    Browse the repository at this point in the history
  11. enhance grad setter

    tea321000 committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    27c0f56 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'master' of https://github.com/Oneflow-Inc/oneflow into …

    …add_tensor_grad_assginment
    tea321000 committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    9abbcd8 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. Configuration menu
    Copy the full SHA
    7cfd813 View commit details
    Browse the repository at this point in the history
  2. adjust optim.rst order

    tea321000 committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    b502f24 View commit details
    Browse the repository at this point in the history
  3. refine comment

    tea321000 committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    c087d6a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d2921c4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    be690e8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    41f5aae View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d8a0f88 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c606888 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1940fb2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    140ee96 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b4e57d5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bd6e59d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4f9a990 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. fix bug

    wyg1997 committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    be159a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    243ba9a View commit details
    Browse the repository at this point in the history