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

【Hackathon 5th No.17】 为 Paddle 新增 pdist API -part #57869

Merged
merged 26 commits into from
Dec 14, 2023
Merged

【Hackathon 5th No.17】 为 Paddle 新增 pdist API -part #57869

merged 26 commits into from
Dec 14, 2023

Commits on Oct 3, 2023

  1. add pdist api

    cocoshe committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    3e19c90 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Configuration menu
    Copy the full SHA
    51b908a View commit details
    Browse the repository at this point in the history
  2. clean

    cocoshe committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    ced239c View commit details
    Browse the repository at this point in the history
  3. clean

    cocoshe committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    9c651d9 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. fix codestyle

    cocoshe committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    13d04ad View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. fix conflict

    cocoshe committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    8bcbe47 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Configuration menu
    Copy the full SHA
    212bdf7 View commit details
    Browse the repository at this point in the history
  2. remove compute_mode

    cocoshe committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    7bbc22e View commit details
    Browse the repository at this point in the history
  3. for api name rules

    cocoshe committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    20f82de View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

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

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    2e259a6 View commit details
    Browse the repository at this point in the history
  2. Update test_pdist.py

    cocoshe committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    e9dfa5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cddec3b View commit details
    Browse the repository at this point in the history
  4. add seed

    cocoshe committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    23d5f7e View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. fix code sample

    cocoshe committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    3a9fbfb View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

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

    cocoshe committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    008ae5b View commit details
    Browse the repository at this point in the history
  3. Update distance.py

    cocoshe committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    114453a View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. gpu0 to cpu in api doc

    cocoshe committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    171339d View commit details
    Browse the repository at this point in the history
  2. gpu0 to cpu in api doc

    cocoshe committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    8a281b4 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    a9d053c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3816df View commit details
    Browse the repository at this point in the history
  3. Update __init__.py

    cocoshe committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    3f7b607 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. fix en doc

    cocoshe committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    e3e5abf View commit details
    Browse the repository at this point in the history
  2. Update python/paddle/nn/functional/distance.py

    Co-authored-by: zachary sun <70642955+sunzhongkai588@users.noreply.github.com>
    cocoshe and sunzhongkai588 committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    8172f28 View commit details
    Browse the repository at this point in the history
  3. Update python/paddle/nn/functional/distance.py

    Co-authored-by: zachary sun <70642955+sunzhongkai588@users.noreply.github.com>
    cocoshe and sunzhongkai588 committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    0146a37 View commit details
    Browse the repository at this point in the history