-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[Backend] Integrate Paddle to ml module #7151
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: SecretXV <cfreeze@163.com>
* [Feat] Integrate Paddle to ml module Signed-off-by: SecretXV <cfreeze@163.com> * CI retrigger Signed-off-by: SecretXV <cfreeze@163.com> --------- Signed-off-by: SecretXV <cfreeze@163.com>
Signed-off-by: SecretXV <cfreeze@163.com>
Signed-off-by: SecretXV <cfreeze@163.com>
* [Feat] Add all misc operators * add comment to cpp/open3d/ml/paddle/misc/VoxelizeOpKernel.cu * [CodeStyle] device to place --------- Signed-off-by: Woodman3 <1025760745@qq.com> Signed-off-by: RDIO <35186529+Woodman3@users.noreply.github.com> Co-authored-by: SecretXV <145354053+SecretXV@users.noreply.github.com>
* add pointnet op * [Fix] Delete scripts directory --------- Signed-off-by: Woodman3 <1025760745@qq.com> Signed-off-by: RDIO <35186529+Woodman3@users.noreply.github.com>
…org#6) * [Feat] add conv op * [Doc] add comment * [fix] add contigous(not compile) --------- Signed-off-by: Woodman3 <1025760745@qq.com>
* [Feat] add sconv_op * [Fix] include sstream * [doc] add comment --------- Signed-off-by: Woodman3 <1025760745@qq.com>
* [doc] add rst doc * [doc] add install commend * [doc] update install guide * [doc] add doc generate code * [doc] delete verify * [fix] add requirment as upstream * [doc] make install guide as reference --------- Signed-off-by: Woodman3 <1025760745@qq.com>
* [CI] support paddle ci * fix * fix
This reverts commit 90462b6.
* [Doc] fix docs * fix --------- Signed-off-by: SecretXV <cfreeze@163.com>
Signed-off-by: SecretXV <cfreeze@163.com>
Co-authored-by: SecretXV <cfreeze@163.com>
Thanks for submitting this pull request! The maintainers of this repository would appreciate if you could update the CHANGELOG.md based on your changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are some questions. Please take a look.
docker/docker_build.sh
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems that the merge conflict of this file has not been resolved correctly.
Type
Motivation and Context
Checklist:
python util/check_style.py --apply
to apply Open3D code styleto my code.
updated accordingly.
results (e.g. screenshots or numbers) here.
Description
This PR is the part I of integration Paddle to ml module.
More details: #7027
We don't integrate Paddle unit test to workflow currently (this will be implement at part II). So we provide a method to build from source to reproduce our works.
Environment
image:registry.baidubce.com/paddlepaddle/paddle:3.0.0b1-gpu-cuda11.8-cudnn8.6-trt8.5
NOTE: we not verify other environment currently.
How to build