awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
apachecn avatar

apachecn/pytorch-doc-zh

0
View on GitHub↗
4,224 Stars·986 Forks·Shell·14 Aufrufepytorch.apachecn.org↗

Pytorch Doc Zh

Dieses Projekt ist eine chinesische Übersetzung der technischen Handbücher und API-Referenzen für das PyTorch Deep-Learning-Framework. Es dient als lokalisierte Wissensdatenbank und Referenzmaterial, um die Deep-Learning-Dokumentation für nicht-englischsprachige Nutzer zugänglich zu machen.

Die Dokumentation deckt ein umfassendes Spektrum an PyTorch-Funktionen ab, einschließlich der Entwicklung neuronaler Netzwerkmodelle, automatischer Differenzierung und der Implementierung von Backend-Kernels. Sie bietet detaillierte Anleitungen zu verteilten Trainingsstrategien, Modellbereitstellung über Formate wie ONNX und C++ sowie verschiedene Techniken zur Modelloptimierung und Quantisierung.

Das Projekt nutzt eine Community-gesteuerte Übersetzungspipeline und ein verteiltes Beitragsmodell, um versionierte Inhalte aktuell zu halten. Technische Materialien sind in Markdown organisiert und werden über Static Site Generation in eine navigierbare Website umgewandelt.

Features

  • Localized Technical Documentation - Provides a comprehensive Chinese translation of PyTorch technical guides and API references for non-English speakers.
  • Technical Document Translations - Provides comprehensive Chinese translations of technical deep learning guides and API references.
  • Framework Documentation Translations - Provides a localized Chinese translation of the official PyTorch API references and technical implementation guides.
  • Distributed Training Sharding - Details strategies for scaling model training across compute nodes using data parallelism, pipeline parallelism, and sharding.
  • Hardware Acceleration - Documents managing the movement of tensors and modules between CPU and GPU for hardware acceleration.
  • PyTorch Backends - Provides guides on extending PyTorch through custom C++ operators, backend kernels, and hardware integration.
  • PyTorch Model Development - Provides comprehensive translated documentation for designing, implementing, and training neural networks with PyTorch.
  • Learning Resources - Serves as a localized knowledge base for learning about backend kernels, distributed training, and model quantization.
  • Distributed Parallelism Strategies - Documents scaling sequence-to-sequence model training across multiple nodes using data and pipeline parallelism.
  • Community-Translated Documentation - Provides a structured community-driven pipeline for translating technical documentation into multiple languages.
  • Technical Reference Materials - Ships translated technical documentation covering tensor operations, automatic differentiation, and model construction.
  • Distributed Contribution Models - Utilizes a distributed contribution model allowing external community members to submit translations via version control.
  • Automatic Differentiation - Describes the mechanisms for calculating gradients through backpropagation in neural networks.
  • Dataset Batch Loading - Covers multi-threaded data loading in fixed-size batches to optimize training performance.
  • Distributed Training - Provides utilities to handle uneven input queues in distributed training to prevent system crashes.
  • Combined Parallel Strategies - Explains how to integrate data and model parallelism to train models with large sparse embeddings.
  • Embedding Table Sharding - Provides techniques for distributing embedding tables across multiple devices to balance load.
  • Gradient Computation - Covers the automatic derivation of gradients for model training and optimization.
  • Gradient Tracking Suppressions - Covers methods to disable gradient recording to optimize memory usage and inference speed.
  • Automatic Precision Casting - Explains the use of autocast wrappers for automatic precision conversion to improve training and inference performance.
  • Hardware Dispatchers - Details how to extend the dispatcher to route operations to custom hardware backends.
  • Hardware Backend Integrations - Provides guidance on binding custom backend modules to namespaces for standardized hardware API calls.
  • Hardware Operator Integrations - Guides the integration of third-party operators via backend-specific kernels and dispatcher registration.
  • Custom Autograd Functions - Explains the implementation of custom backward kernels to support automatic differentiation for new backends.
  • ONNX Model Exporters - Provides instructions on converting PyTorch models into the standardized ONNX format for cross-platform deployment.
  • ONNX Runtime Inference - Details how to execute exported models using the cross-platform ONNX runtime for high-efficiency predictions.
  • Model Parallelism - Covers the optimal placement of model parameters across clusters based on hardware topology.
  • Model Inference Execution - Provides documentation on executing the model forward pass to generate predictions.
  • Quantization-Aware Training - Explains techniques for simulating quantization noise during training to maintain accuracy in compressed models.
  • C++ Inference Exports - Documents the process of exporting trained models for C++ runtime deployment to remove Python dependencies.
  • Sequential Model Builders - Provides documentation on constructing neural networks by stacking layers in a linear sequence.
  • Neural Network Modules - Guides the creation of reusable neural network modules for managing parameters and forward logic.
  • Parameter Optimizers - Provides documentation on using optimization algorithms to update model weights and minimize loss.
  • PyTorch Model Export - Provides translated guides on exporting models to interoperable formats like ONNX and C++ for deployment.
  • Weight Quantization - Explains how to convert weights of specific layers to lower-precision integers to reduce memory usage.
  • Post-Training Quantization - Provides guidance on converting weights and activations to integers using data distribution observation after training.
  • Reinforcement Learning Environments - Explains how to define custom simulation environments for reinforcement learning tasks.
  • Inference Speed Optimizers - Offers methods to reduce memory footprint and execution time by converting models to quantized formats.
  • Training Data Transformations - Provides methods for modifying simulation inputs and outputs to prepare raw data for training.
  • Checkpoint Saving and Restoration - Explains how to serialize model parameters and optimizer states for checkpointing and recovery.
  • Data Transformation Functions - Provides guidance on normalizing and reshaping dataset tensors using mapping functions.
  • CUDA Compute Kernels - Details the construction of custom CUDA kernels to parallelize heavy mathematical computations on GPUs.
  • Operator Kernel Implementations - Describes the registration of high-performance operator kernels and mixed precision implementations.
  • C++ Model Interfaces - Provides technical references for loading serialized model files via native C++ APIs for inference.
  • C++ Engine Extensions - Provides guidance on implementing high-performance operators in C++ and exposing them via a bridge API.
  • Operator Dispatchers - Details the use of operator dispatchers to map a single schema to multiple device-specific implementations.

Star-Verlauf

Star-Verlauf für apachecn/pytorch-doc-zhStar-Verlauf für apachecn/pytorch-doc-zh

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht apachecn/pytorch-doc-zh?

Dieses Projekt ist eine chinesische Übersetzung der technischen Handbücher und API-Referenzen für das PyTorch Deep-Learning-Framework. Es dient als lokalisierte Wissensdatenbank und Referenzmaterial, um die Deep-Learning-Dokumentation für nicht-englischsprachige Nutzer zugänglich zu machen.

Was sind die Hauptfunktionen von apachecn/pytorch-doc-zh?

Die Hauptfunktionen von apachecn/pytorch-doc-zh sind: Localized Technical Documentation, Technical Document Translations, Framework Documentation Translations, Distributed Training Sharding, Hardware Acceleration, PyTorch Backends, PyTorch Model Development, Learning Resources.

Welche Open-Source-Alternativen gibt es zu apachecn/pytorch-doc-zh?

Open-Source-Alternativen zu apachecn/pytorch-doc-zh sind unter anderem: tingsongyu/pytorch_tutorial — This project is a comprehensive collection of educational examples and reference implementations for building vision… tingsongyu/pytorch-tutorial-2nd — This project is a comprehensive instructional resource and course for building neural networks using PyTorch. It… datawhalechina/thorough-pytorch — This project is an educational resource and comprehensive guide for implementing and deploying deep learning models… flashlight/flashlight — Flashlight is a standalone C++ machine learning library and tensor library used for building and training neural… facebookresearch/flashlight — Flashlight is a C++ machine learning library and deep learning framework designed for building and training neural… snowkylin/tensorflow-handbook — This project is a comprehensive educational resource and tutorial handbook for building, training, and deploying…

Open-Source-Alternativen zu Pytorch Doc Zh

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Pytorch Doc Zh.
  • tingsongyu/pytorch_tutorialAvatar von TingsongYu

    TingsongYu/PyTorch_Tutorial

    8,018Auf GitHub ansehen↗

    This project is a comprehensive collection of educational examples and reference implementations for building vision and language models using PyTorch. It serves as a deep learning tutorial covering the end-to-end process of developing neural networks, from initial architecture definition to final production deployment. The repository provides detailed guides on implementing a wide range of domain-specific models, including convolutional neural networks for object detection and segmentation, as well as transformer and recurrent architectures for natural language processing. It emphasizes gene

    Python
    Auf GitHub ansehen↗8,018
  • tingsongyu/pytorch-tutorial-2ndAvatar von TingsongYu

    TingsongYu/PyTorch-Tutorial-2nd

    4,555Auf GitHub ansehen↗

    This project is a comprehensive instructional resource and course for building neural networks using PyTorch. It covers the fundamental building blocks of deep learning, including tensor manipulation, automatic differentiation, and the construction of modular neural network components. The repository serves as a technical guide for several specialized domains. It provides implementation details for computer vision tasks such as image classification, object detection, and semantic segmentation, as well as natural language processing workflows involving transformers, recurrent networks, and gen

    Jupyter Notebookcomputer-visiondeepsortdiffusion-models
    Auf GitHub ansehen↗4,555
  • datawhalechina/thorough-pytorchAvatar von datawhalechina

    datawhalechina/thorough-pytorch

    3,684Auf GitHub ansehen↗

    This project is an educational resource and comprehensive guide for implementing and deploying deep learning models using the PyTorch framework. It provides a structured learning curriculum consisting of tutorials and notebooks that cover neural network architectures, data pipelines, and model optimization across multiple AI domains. The curriculum includes practical implementation guides for building convolutional networks, transformers, and recurrent models. It specifically focuses on workflows for computer vision, including image classification, object detection, and segmentation, as well

    Jupyter Notebookdeep-learningmachine-learningpython
    Auf GitHub ansehen↗3,684
  • flashlight/flashlightAvatar von flashlight

    flashlight/flashlight

    5,443Auf GitHub ansehen↗

    Flashlight is a standalone C++ machine learning library and tensor library used for building and training neural networks. It functions as a comprehensive neural network framework and automatic differentiation engine, providing the tools to construct computation graphs and calculate gradients via backpropagation. The project serves as a distributed training framework, utilizing all-reduce operations to synchronize gradients and parameters across multiple compute nodes and devices. It distinguishes itself through deep integration of high-performance tensor manipulation, native device memory in

    C++
    Auf GitHub ansehen↗5,443
Alle 30 Alternativen zu Pytorch Doc Zh anzeigen→