pytorch是一个活跃的开源组织,其公共GitHub账户上拥有多个仓库,涵盖了深度学习和人工智能的多个领域。主要使用的编程语言包括Python、C++和Java等。pytorch的显著仓库如pytorch、examples和vision,提供了丰富的示例和工具,帮助开发者在计算机视觉和强化学习等领域进行研究和开发。
Tensors and Dynamic neural networks in Python with strong GPU acceleration
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
Datasets, Transforms and Models specific to Computer Vision
PyTorch tutorials.
A PyTorch native platform for training generative AI models
High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.
On-device AI across mobile, embedded and edge for PyTorch
Serve, optimize and scale PyTorch models in production
Run PyTorch LLMs locally on servers, desktop and mobile
Models, data loaders and abstractions for language processing, powered by PyTorch
A modular, primitive-first, python-first PyTorch library for Reinforcement Learning.
ELF: a platform for game research with AlphaGoZero/AlphaZero reimplementation
Compiler for Neural Network hardware accelerators
PyTorch/TorchScript/FX compiler for NVIDIA GPUs using TensorRT
Data manipulation and transformation for audio signal processing, powered by PyTorch
PyTorch native quantization and sparsity for training and inference
Enabling PyTorch on XLA Devices (e.g. Google TPU)
FB (Facebook) + GEMM (General Matrix-Matrix Multiplication) - https://code.fb.com/ml-applications/fbgemm/
PyTorch android examples of usage in applications
Quantized Neural Network PACKage - mobile-optimized implementation of quantized neural network operators
functorch is JAX-like composable function transforms for PyTorch.
Submission to https://pytorch.org/hub/
Collective communications library with various primitives for multi-machine training.
C++ extensions in PyTorch
CPU INFOrmation library (x86/x86-64/ARM/ARM64, Linux/Windows/Android/macOS/iOS)
A Python-level JIT compiler designed to make unmodified PyTorch programs faster.
TorchBench is a collection of open source benchmarks used to evaluate PyTorch performance.
TensorDict is a pytorch dedicated tensor container.
A CPU+GPU Profiling library that provides access to timeline traces and hardware performance counters.
A Python-embedded DSL that makes it easy to write fast, scalable ML kernels with minimal boilerplate.
Translate - a PyTorch Language Library
Pipeline Parallelism for PyTorch
PyTorch elastic training
High performance model preprocessing library on PyTorch
PyTorch iOS examples
TVM integration into PyTorch
Implementations of ideas from recent papers
Accelerate PyTorch models with ONNX Runtime
Continuous builder and binary build scripts for pytorch
high performance image loading and augmenting routines mimicking PIL.Image interface
A tensor-aware point-to-point communication primitive for machine learning
The website for PyTorch
Examples of C extensions for PyTorch
PyTorch C++ API Documentation
[Prototype] Tools for the concurrent manipulation of variably sized Tensors.
PyTorch RFCs (experimental)
此仓库未提供描述。
Torch Distributed Experimental
Example repository for custom C++/CUDA operators for TorchScript
This repository hosts code that supports the testing infrastructure for the PyTorch organization. For example, this repo hosts the logic to track disabled tests and slow tests, as well as our continuation integration jobs HUD/dashboard.
PyTorch Sphinx Theme
此仓库未提供描述。
MaskedTensors for PyTorch
Testing downstream libraries using pytorch release candidates
此仓库未提供描述。
Developer blog for PyTorch
A GitHub action to run clang-tidy and annotate failures
HUD for CI activity on `pytorch/pytorch`, provides a top level view for jobs to easily discern regressions
PyTorch GitHub bot written in probot
This repository is automatically generated to contain the website source for the PyTorch documentation at https//pytorch.org/docs.
Jenkins job definitions for OSSCI
Scripts for generating docker images for PyTorch CI
Curated distribution of PyTorch-compatible Python sub-libraries (the PyTorch annex)
The caffe2 website.
Repo to test torchhub. Nothing to see here.
Test for Cross-Repository CI Relay for PyTorch Out-of-Tree Backend
GitHub action for labeling issues and pull requests based on conditions
Diagnose and remediate CI jobs
Alerting system for the pytorch org
sccache is ccache with cloud storage
pytorch在GitHub上构建了多个与深度学习相关的项目,包括主仓库pytorch、用于视觉和文本的examples,以及专注于计算机视觉的vision仓库。这些项目为研究者和开发者提供了重要的工具和框架。
pytorch主要使用Python和C++,同时也涉及HTML、TypeScript、C和Jupyter Notebook等语言。这些语言的使用使得pytorch在深度学习框架和模型开发中具有广泛的适用性。
是的,pytorch的所有仓库都是公开的。这意味着任何人都可以访问其源代码,参与开发,或者在自己的项目中使用pytorch提供的工具和库。