-
Updated
Oct 25, 2021 - JavaScript
#
paddle
Here are 68 public repositories matching this topic...
Visualizer for neural network, deep learning, and machine learning models
machine-learning
caffe
ai
deep-learning
neural-network
mxnet
tensorflow
keras
ml
torch
pytorch
visualizer
machinelearning
deeplearning
darknet
paddle
caffe2
coreml
onnx
tensorflow-lite
A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to accelerate deep learning training and inference applications.
python
machine-learning
deep-learning
neural-network
mxnet
gpu
image-processing
pytorch
gpu-tensorflow
data-processing
data-augmentation
audio-processing
paddle
image-augmentation
fast-data-pipeline
-
Updated
Oct 25, 2021 - C++
Payments for Ruby on Rails apps
-
Updated
Oct 25, 2021 - Ruby
Open
多模型共用TaskExecutor的疑问
3
Open
Http方式部署thread参数不起作用
2
Open
这里的or前后顺序写反了
2
Paddle.com API integration for Laravel with support for webhooks/events
-
Updated
Apr 25, 2021 - PHP
PASSL is a Paddle based vision library for state-of-the-art Self-Supervised Learning(CLIP/MOCO/BYOL etc.).
-
Updated
Oct 22, 2021 - Python
Integration of Paddle payment processor with WooCommerce 3. Original work was done by Paddle. Improvements are being done by ThemeBucket
wordpress
wordpress-plugin
ecommerce
woocommerce
woocommerce-payment
paddle
woocommerce-payment-gateway
-
Updated
Apr 5, 2021 - PHP
LPIPS metric on PaddlePaddle. pip install paddle-lpips
deep-neural-networks
deep-learning
perceptual-losses
paddle
paddlepaddle
perceptual-metric
perceptual-similarity
-
Updated
May 17, 2021 - Python
ezekg
commented
Sep 17, 2018
Their docs state this, which means Paddle recently introduced a breaking change to their API:
When calling https://vendors.paddle.com/api/2.0/subscription/users/update you will need to set the
recurring_price
per unit,quantity
andcurrency
.
Need to add those additional params to [this object](https://github.com/keygen-sh/example-paddle-integration/blob/de415a3ac06326c78d843cc3856f95
可用于PaddlePaddle的RIFLE优化策略封装版,支持普通API与高阶API,并且只需向训练代码中插入一行代码即可使用RIFLE策略。
-
Updated
Apr 14, 2021 - Python
Paddle-Adversarial-Toolbox (PAT) is a Python library for Deep Learning Security based on PaddlePaddle.
-
Updated
Apr 29, 2021 - Python
使用 PaddlePaddle 实现基于深度神经网络的中文分词引擎 | A DNN Chinese Tokenizer by Using PaddlePaddle
nlp
machine-learning
neural-network
tokenizer
chinese
paddle
chinese-tokenizer
paddlepaddle
tokenizer-framework
nature-language-process
-
Updated
Jul 27, 2020 - JavaScript
cat vs dog in caffe, tensorflow, pytorch, paddle
-
Updated
Mar 5, 2021 - Python
DEPRECATED - USE https://github.com/laravel/cashier-paddle
-
Updated
Jun 30, 2020 - PHP
Machine vision apps
-
Updated
Oct 14, 2021
Paddle installation wheels for Jetson Nano
-
Updated
Mar 13, 2021
手势交互地图 GBIM(Gesture-Based Interaction map)
-
Updated
Aug 23, 2021 - Python
Open
欢迎光临
2
LeungGeorge
opened
Mar 16, 2018
Breakout is a game created with Python 3, using the module PyGame. It is a ball game where you bounce the ball by moving the paddle. Eliminate all the blocks to win.
-
Updated
Jul 24, 2021 - Python
Face mask detection on a Jetson Nano
deep-learning
cpp
face-recognition
face-detection
aarch64
paddle
ssd-model
face-mask
ncnn
jetson-nano
ncnn-framework
high-fps
face-mask-detection
paddle-lite
-
Updated
Apr 19, 2021 - C++
使用百度Paddle框架进行视频分类算法NeXtVLAD视频分类模型。
-
Updated
Oct 16, 2019 - Python
《动手学深度学习》中代码采用mxnet/tensorflow/pytorch/paddlepaddle框架来实现,有助于理解在不同深度学习框架写模型的差异,并把模型工程化.(The combination of multiple deep learning frameworks helps to understand the differences of writing models in different deep learning frameworks.)
-
Updated
Mar 9, 2021 - Python
Improve this page
Add a description, image, and links to the paddle topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the paddle topic, visit your repo's landing page and select "manage topics."
ReloadableInferEngine::proc_initialize中使用TaskExecutor的是个单例,那么多个模型会一次去设置、启动同一个TaskExecutor;
在调用schedule()之后,TaskExecutor如何确定去调用哪个模型呢?