Git Product home page Git Product logo

paddle-custom-operators's Introduction

Paddle-Custom-Operators

Custom OPs

  • Identity
  • DropPath
  • H_Sigmoid
  • H_Swish
  • CoordAttention
  • Involution
  • CTCDecoder

Contact us

Email : [email protected]
QQ Group : 1005109853

paddle-custom-operators's People

Contributors

gt-zhangacer avatar jm12138 avatar whitefirefox avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

whitefirefox

paddle-custom-operators's Issues

运行算子失败

尝试使用最远点采样算子:
if name == 'main':
op1 = DFPS_Sampler()
features = paddle.cast(features, dtype=paddle.float32)
points = paddle.randn([2,16,3],dtype=paddle.float64)
features = paddle.randn([2,16,3],dtype=paddle.float64)
npoint = 4
idx = op1(points ,features, npoint)
出现如下错误:
File "/home/hjl/.cache/paddle_extensions/furthest_point_sample_ops/furthest_point_sample_ops_140434522163008.py", line 46, in furthest_point_sampling_wrapper
_dygraph_tracer().trace_op(type="furthest_point_sampling_wrapper", inputs=ins, outputs=outs, attrs=attrs)
File "/home/hjl/anaconda3/envs/paconv/lib/python3.8/site-packages/paddle/fluid/dygraph/tracer.py", line 43, in trace_op
self.trace(type, inputs, outputs, attrs,
ValueError: vector::reserve

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.