pytorch/examples, PyTorch kullanım örneklerini sergileyen bir depodur.
Buradaki amaç; mevcut çalışmalarınızda model alabileceğiniz (uyarlayabileceğiniz), birbirinden önemli ölçüde farklı, özenle seçilmiş, kısa, az veya hiç bağımlılığı olmayan yüksek kaliteli örnekler sunmaktır.
- Eğitimler için: https://github.com/pytorch/tutorials
- pytorch.org değişiklikleri için: https://github.com/pytorch/pytorch.github.io
- Genel bir model merkezi için: https://pytorch.org/hub/ or https://huggingface.co/models
- PyTorch'u prodüksiyonda çalıştırma yöntemleri (tarifleri) için: https://github.com/facebookresearch/recipes
- Genel Soru-Cevap ve destek için: https://discuss.pytorch.org/
- Image classification (MNIST) using Convnets
- Word-level Language Modeling using RNN and Transformer
- Training Imagenet Classifiers with Popular Networks
- Generative Adversarial Networks (DCGAN)
- Variational Auto-Encoders
- Superresolution using an efficient sub-pixel convolutional neural network
- Hogwild training of shared ConvNets across multiple processes on MNIST
- Training a CartPole to balance with actor-critic
- Natural Language Inference (SNLI) with GloVe vectors, LSTMs, and torchtext
- Time sequence prediction - use an LSTM to learn Sine waves
- Implement the Neural Style Transfer algorithm on images
- Reinforcement Learning with Actor Critic and REINFORCE algorithms on OpenAI gym
- PyTorch Module Transformations using fx
- Distributed PyTorch examples with Distributed Data Parallel and RPC
- Several examples illustrating the C++ Frontend
- Image Classification Using Forward-Forward
- Language Translation using Transformers
Ayrıca, kendi depolarında barındırılan iyi örneklerin bir listesi:
"Eğer kendi örneğinizle katkıda bulunmak veya bir hatayı düzeltmek isterseniz, lütfen şuraya göz attığınızdan emin olun: CONTRIBUTING.md.