-
Updated
Jun 30, 2021 - JavaScript
#
paddle
Here are 61 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
Jun 30, 2021 - C++
Payments for Ruby on Rails apps
-
Updated
Jun 29, 2021 - Ruby
Open
多模型共用TaskExecutor的疑问
2
Open
Http方式部署thread参数不起作用
2
Open
这里的or前后顺序写反了
2
Paddle.com API integration for Laravel with support for webhooks/events
-
Updated
Apr 25, 2021 - PHP
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
可用于PaddlePaddle的RIFLE优化策略封装版,支持普通API与高阶API,并且只需向训练代码中插入一行代码即可使用RIFLE策略。
-
Updated
Apr 14, 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
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
Open
欢迎光临
2
LeungGeorge
opened
Mar 16, 2018
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 installation wheels for Jetson Nano
-
Updated
Mar 13, 2021
使用百度Paddle框架进行视频分类算法NeXtVLAD视频分类模型。
-
Updated
Oct 16, 2019 - Python
a simple paddle-mobile-demo
-
Updated
Mar 11, 2019 - Kotlin
Machine vision apps
-
Updated
Jun 25, 2021
《动手学深度学习》中代码采用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
三大深度学习框架:tensorflow,pytorch,paddle的高层API使用学习
-
Updated
Feb 25, 2021 - Jupyter Notebook
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如何确定去调用哪个模型呢?