Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Transformers | 88,463 | 64 | 911 | 3 hours ago | 91 | June 21, 2022 | 618 | apache-2.0 | Python | |
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX. | ||||||||||
Pytorch | 64,520 | 146 | 3 hours ago | 23 | August 10, 2022 | 11,507 | other | C++ | ||
Tensors and Dynamic neural networks in Python with strong GPU acceleration | ||||||||||
Yolov5 | 36,800 | 7 hours ago | 35 | May 21, 2022 | 285 | gpl-3.0 | Python | |||
YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite | ||||||||||
Made With Ml | 32,763 | 10 days ago | 5 | May 15, 2019 | 8 | mit | Jupyter Notebook | |||
Learn how to responsibly develop, deploy and maintain production machine learning applications. | ||||||||||
Ray | 24,807 | 80 | 199 | 3 hours ago | 76 | June 09, 2022 | 2,872 | apache-2.0 | Python | |
Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a toolkit of libraries (Ray AIR) for accelerating ML workloads. | ||||||||||
Fastai | 23,617 | 184 | 117 | a day ago | 143 | July 04, 2022 | 145 | apache-2.0 | Jupyter Notebook | |
The fastai deep learning library | ||||||||||
Lightning | 22,126 | 7 | 389 | 3 hours ago | 221 | June 01, 2022 | 666 | apache-2.0 | Python | |
Deep learning framework to train, deploy, and ship AI products Lightning fast. | ||||||||||
Netron | 21,780 | 4 | 63 | 17 hours ago | 489 | July 04, 2022 | 22 | mit | JavaScript | |
Visualizer for neural network, deep learning, and machine learning models | ||||||||||
Annotated_deep_learning_paper_implementations | 18,797 | 1 | 4 days ago | 76 | June 27, 2022 | 15 | mit | Jupyter Notebook | ||
🧑🏫 59 Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠 | ||||||||||
Learnopencv | 18,192 | 2 days ago | 249 | Jupyter Notebook | ||||||
Learn OpenCV : C++ and Python Examples |
Note: We're moving to PyTorch Lightning! Read about the move here. From the end of February, torchbearer will no longer be actively maintained. We'll continue to fix bugs when they are found and ensure that torchbearer runs on new versions of pytorch. However, we won't plan or implement any new functionality (if there's something you'd like to see in a training library, consider creating an issue on PyTorch Lightning).
Website Docs Examples Install Citing Related
A PyTorch model fitting library designed for use by researchers (or anyone really) working in deep learning or differentiable programming. Specifically, we aim to dramatically reduce the amount of boilerplate code you need to write without limiting the functionality and openness of PyTorch.
The easiest way to install torchbearer is with pip:
pip install torchbearer
Alternatively, build from source with:
pip install git+https://github.com/pytorchbearer/torchbearer
If you find that torchbearer is useful to your research then please consider citing our preprint: Torchbearer: A Model Fitting Library for PyTorch, with the following BibTeX entry:
@article{torchbearer2018,
author = {Ethan Harris and Matthew Painter and Jonathon Hare},
title = {Torchbearer: A Model Fitting Library for PyTorch},
journal = {arXiv preprint arXiv:1809.03363},
year = {2018}
}
Torchbearer isn't the only library for training PyTorch models. Here are a few others that might better suit your needs (this is by no means a complete list, see the awesome pytorch list or the incredible pytorch for more):