All Projects → PaddlePaddle → docs

PaddlePaddle / docs

Licence: Apache-2.0 License
Documentations for PaddlePaddle

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to docs

PaddlePaddle-MTCNN
基于PaddlePaddle复现的MTCNN人脸检测模型
Stars: ✭ 23 (-81.45%)
Mutual labels:  paddlepaddle
Paddle-SEQ
低代码序列数据处理框架,最短两行即可完成训练任务!
Stars: ✭ 13 (-89.52%)
Mutual labels:  paddlepaddle
PaddleTokenizer
使用 PaddlePaddle 实现基于深度神经网络的中文分词引擎 | A DNN Chinese Tokenizer by Using PaddlePaddle
Stars: ✭ 14 (-88.71%)
Mutual labels:  paddlepaddle
insight-face-paddle
End-to-end face detection and recognition system using PaddlePaddle.
Stars: ✭ 52 (-58.06%)
Mutual labels:  paddlepaddle
FSL-Mate
FSL-Mate: A collection of resources for few-shot learning (FSL).
Stars: ✭ 1,346 (+985.48%)
Mutual labels:  paddlepaddle
PaTTA
A test times augmentation toolkit based on paddle2.0.
Stars: ✭ 106 (-14.52%)
Mutual labels:  paddlepaddle
Baidu Lane Segmentation
4th place solution in Baidu Autonomous Driving Lane Segmentation
Stars: ✭ 19 (-84.68%)
Mutual labels:  paddlepaddle
AudioClassification-PaddlePaddle
基于PaddlePaddle实现的音频分类,博客地址:
Stars: ✭ 32 (-74.19%)
Mutual labels:  paddlepaddle
Paddle-Adversarial-Toolbox
Paddle-Adversarial-Toolbox (PAT) is a Python library for Deep Learning Security based on PaddlePaddle.
Stars: ✭ 16 (-87.1%)
Mutual labels:  paddlepaddle
Paddle-RLBooks
Paddle-RLBooks is a reinforcement learning code study guide based on pure PaddlePaddle.
Stars: ✭ 113 (-8.87%)
Mutual labels:  paddlepaddle
Paddle-Custom-Operators
Paddle Custom Operators.
Stars: ✭ 24 (-80.65%)
Mutual labels:  paddlepaddle
deep-learning-platforms
deep-learning platforms,framework,data(深度学习平台、框架、资料)
Stars: ✭ 17 (-86.29%)
Mutual labels:  paddlepaddle
PaddlePaddle-Tutorial
PaddlePaddle Tutorial for Deep Learning Researchers.
Stars: ✭ 27 (-78.23%)
Mutual labels:  paddlepaddle
Paddle-CLIP
A PaddlePaddle version implementation of CLIP of OpenAI.
Stars: ✭ 51 (-58.87%)
Mutual labels:  paddlepaddle
Paddle-DALL-E
A PaddlePaddle version implementation of DALL-E of OpenAI.
Stars: ✭ 38 (-69.35%)
Mutual labels:  paddlepaddle
PLSC
Paddle Large Scale Classification Tools,supports ArcFace, CosFace, PartialFC, Data Parallel + Model Parallel. Model includes ResNet, ViT, DeiT, FaceViT.
Stars: ✭ 113 (-8.87%)
Mutual labels:  paddlepaddle
InterpretDL
InterpretDL: Interpretation of Deep Learning Models,基于『飞桨』的模型可解释性算法库。
Stars: ✭ 121 (-2.42%)
Mutual labels:  paddlepaddle
finetuner
Finetuning any DNN for better embedding on neural search tasks
Stars: ✭ 442 (+256.45%)
Mutual labels:  paddlepaddle
VoiceprintRecognition-PaddlePaddle
使用PaddlePaddle实现声纹识别
Stars: ✭ 57 (-54.03%)
Mutual labels:  paddlepaddle
Smart container
🍰🍎ColugoMum--Intelligent Retail Settlement Platform can accurately locate and identify each commodity, and can return a complete shopping list and the actual total price of commodities that customers should pay.
Stars: ✭ 141 (+13.71%)
Mutual labels:  paddlepaddle

PaddlePaddle docs

English | 简体中文

Source files for contents presented at PaddlePaddle documentation.

Note: English version API docs are generaly docstrings in PaddlePaddle/Paddle, documents for other PaddlePaddle projects are being managed in their respective ways.

Codebase structure

How to build

  • pre-requirements
    • docker
  • Instructions
    • step1: clone docs
      git clone https://github.com/PaddlePaddle/docs
      
    • step2: build docs
      cd docs
      mkdir output
      bash docs-build.sh -f absolute_path_docs
      
    • step3: preview docs The output of docs will be generated in docs/output.

How to contribute

PaddlePaddle welcomes documentation contributions, please see CONTRIBUTING.md for details.

License

Apache License 2.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].