PaddlePaddle avatar

PaddlePaddle

Official

@paddlepaddle

0Followers
|
109Public Repos
|
14Published Skills

Offers high-performance deep learning frameworks, cross-platform API synchronization, and specialized document extraction for enterprise-grade model deployment and research.

Skills Distribution
DomainAI Models & ...Deep Learning Fram.. (40%)Inference Optimiza.. (30%)Document Intellige.. (20%)Cross-Framework Mi.. (10%)

Agent Skills by PaddlePaddle

Showing 14 vetted skills indexed across 3 GitHub repositories.

PaddlePaddlePaddlePaddle
3.7k

write-fastdeploy-unittest

Generates CI-compliant pytest unit tests for FastDeploy source files.

Official
Advanced
PaddlePaddlePaddlePaddle
3.7k

fastdeploy-llm-integration

Automate adding inference deployment support for open-source LLMs to FastDeploy.

Official
Advanced
PaddlePaddlePaddlePaddle
3.7k

benchmark

Benchmark FastDeploy versus SGLang with end-to-end tests and HTML reports.

Official
Advanced
PaddlePaddlePaddlePaddle
3.7k

research-report

Generate a self-contained HTML research report with embedded CSS and Mermaid diagrams.

Official
Advanced
PaddlePaddlePaddlePaddle
3.7k

nsys-capture

Inject nsys profiling into FastDeploy GPU inference startup and collect .nsys-rep files.

Official
Advanced
PaddlePaddlePaddlePaddle
285

python-decorator

Apply Python decorators to unify parameter names and ordering between PyTorch and Paddle APIs.

Official
Intermediate
PaddlePaddlePaddlePaddle
285

api-docs-updater

Synchronize Chinese API documentation with code changes by comparing docstrings and updating rst files.

Official
Intermediate
PaddlePaddlePaddlePaddle
285

pytorch-alignment-validator

Automate PyTorch API validation with pytest and custom test scripts.

Official
Advanced
PaddlePaddlePaddlePaddle
285

api-compatibility

Automate Paddle and PyTorch API synchronization across code, tests, and documentation.

Official
Advanced
PaddlePaddlePaddlePaddle
285

api-change-decider

Analyze PyTorch and Paddle API differences for migration decisions.

Official
Advanced
PaddlePaddlePaddlePaddle
285

cpp-sink

Transform Python Paddle APIs into optimized C++ implementations.

Official
Advanced
PaddlePaddlePaddlePaddle
285

create-pr

Automate git commits, pushes, and pull request creation across multiple repositories.

Official
Intermediate
PaddlePaddlePaddlePaddle
87.3k

paddleocr-text-recognition

Extract text and location data from images and PDFs via the PaddleOCR API.

Official
Intermediate
PaddlePaddlePaddlePaddle
87.3k

paddleocr-doc-parsing

Parse PDFs and images into Markdown and JSON with structured text, tables, and formulas.

Official
Advanced

Frequently Asked Questions About PaddlePaddle

FAQPage Schema
What specific document processing tasks does PaddlePaddle support?

PaddlePaddle enables high-accuracy extraction of text, tables, and mathematical formulas from images and PDFs. It converts unstructured visual document data into structured Markdown or JSON formats, facilitating data ingestion for enterprise research and reporting requirements.

Which engineers benefit from using these synchronization capabilities?

Machine learning engineers and infrastructure developers working on cross-framework model migration benefit from these capabilities. The system provides automated validation and synchronization between PyTorch and Paddle environments, ensuring consistent parameter ordering and documentation parity during code transitions.

What are the prerequisites for profiling inference performance?

To perform GPU inference profiling, users must have an environment configured with FastDeploy and the NVIDIA Nsight Systems (nsys) suite. The process involves injecting profiling hooks into the startup sequence to generate .nsys-rep files for detailed latency and resource utilization analysis.