pytorch-custom-dataset-examples
Dataset examples
A collection of examples demonstrating how to create custom PyTorch datasets with various features and techniques
Some custom dataset examples for PyTorch
862 stars
24 watching
116 forks
Language: Python
last commit: over 4 years ago Related projects:
Repository | Description | Stars |
---|---|---|
ptrblck/pytorch_misc | A collection of code snippets and examples exploring various PyTorch concepts and techniques | 544 |
embodiedgpt/embodiedgpt_pytorch | A PyTorch-based toolkit for creating customized multimedia datasets and handling heterogeneous data for training AI models. | 340 |
iamaziz/pytorch-docset | A collection of PyTorch documentation and tutorial resources | 32 |
pytorch/data | A PyTorch project providing data loading utilities and scalable dataloading solutions | 1,133 |
kaiyangzhou/dassl.pytorch | A PyTorch toolbox for supporting research and development of domain adaptation, generalization, and semi-supervised learning methods in computer vision. | 1,217 |
felixgwu/img_classification_pk_pytorch | A PyTorch project for comparing image classification models and facilitating quick experiment setup | 365 |
pytorch/tnt | A collection of tools and utilities for building and training neural networks with PyTorch. | 1,663 |
mrdrozdov-github/pytorch-extras | A collection of utility functions to extend PyTorch functionality | 50 |
vinhkhuc/pytorch-mini-tutorials | A collection of tutorials and lessons on building deep learning models using the PyTorch library. | 326 |
soravux/pytorch_tutorial | A tutorial project to introduce PyTorch fundamentals through hands-on examples | 109 |
bloodaxe/pytorch-toolbelt | A comprehensive Python library with PyTorch extensions for rapid prototyping and machine learning model development. | 1,520 |
igorsusmelj/pytorch-styleguide | A comprehensive resource providing best practices and guidelines for developing PyTorch models | 1,932 |
pytorch/examples | A collection of curated examples showcasing various PyTorch applications in computer vision, natural language processing, and reinforcement learning. | 22,428 |
pytorch/extension-cpp | Enables the creation of custom C++ extensions with CUDA support in PyTorch | 1,017 |
pyg-team/pytorch-frame | A deep learning framework for handling heterogeneous tabular data with diverse column types | 543 |