apex
Pytorch
apex | Pytorch | |
---|---|---|
6 | 396 | |
8,779 | 92,684 | |
0.4% | 0.9% | |
7.7 | 10.0 | |
11 days ago | 6 days ago | |
Python | Python | |
BSD 3-clause "New" or "Revised" License | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
apex
-
Exploring the Exciting Possibilities of NVIDIA Megatron LM: A Fun and Friendly Code Walkthrough with PyTorch & NVIDIA Apex!
# Install necessary dependencies sudo apt update sudo apt install python3-pip # Install PyTorch with GPU support pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu113 # Clone Megatron LM repository git clone https://github.com/NVIDIA/Megatron-LM.git cd Megatron-LM # Install Megatron LM dependencies pip3 install -r requirements.txt # Install NVIDIA Apex for mixed-precision training git clone https://github.com/NVIDIA/apex cd apex pip3 install -v --disable-pip-version-check --no-cache-dir ./
- Nvidia 2:4 Sparsity
-
[P] Composer: a new PyTorch library to train models ~2-4x faster with better algorithms
I have been using their ASP package (ASP) and I have found it working well though as you said I would like to see support during the training phase as well
- Nvidia APEX on Colab
- AMPD Announces ‘Machine Learning Cloud’ Initiative Built Around AMD Instinct (TM) MI100 accelerators - the World’s Fastest HPC GPU for Scientific Research
Pytorch
-
Project of the Week: PyTorch
Check out the PyTorch project: GitHub
-
Your 2025 Roadmap to Becoming an AI Engineer for Free for Vue.js Developers
Machine learning (ML) teaches computers to learn from data, like predicting user clicks. Start with simple models like regression (predicting numbers) and clustering (grouping data). Deep learning uses neural networks for complex tasks, like image recognition in a Vue.js gallery. Tools like Scikit-learn and PyTorch make it easier.
-
Pytorch quickstart ☄️: Some of my Pytorch notes
Explicit CUDA/GPU version: on https://pytorch.org, select your OS and desired CUDA version, and then modify the generated command to include your torch version
-
Beware of Fast-Math
This problem is happening even on Apple MPS with PyTorch in deep learning, where fast math is used by default in many operations, leading to a garbage output. I hit it recently while training an autoregressive image generation model. Here is a discussion by folks that hit it as well:
https://github.com/pytorch/pytorch/issues/84936
-
I Don't Like NumPy
I tried to do something similar with 'first-class' dimension objects in PyTorch https://github.com/pytorch/pytorch/blob/main/functorch/dim/R... .
-
Grasping Computer Vision Fundamentals Using Python
To aspiring innovators: Dive into open-source frameworks like OpenCV or PyTorch, experiment with custom object detection models, or contribute to projects tackling bias mitigation in training datasets. Computer vision isn’t just a tool, it’s a bridge between the physical and digital worlds, inviting collaborative solutions to global challenges. The next frontier? Systems that don’t just interpret visuals, but contextualise them with human-like reasoning. Start building, and you’ll shape how tomorrow’s machines perceive reality.
-
Will Supercapacitors Come to AI's Rescue?
Paraphrasing this[1]?
[1] https://github.com/pytorch/pytorch/pull/132936/files#diff-98...
-
Top Programming Languages for AI Development in 2025
With the quick emergence of new frameworks, libraries, and tools, the area of artificial intelligence is always changing. Programming language selection. We're not only discussing current trends; we're also anticipating what AI will require in 2025 and beyond.
-
How to Get Started with Scikit-Learn: A Beginner-Friendly Guide to Machine Learning in Python
PyTorch
-
Fine-tuning LLMs locally: A step-by-step guide
Next, we define a training loop that uses our prepared data and optimizes the weights of the model. Here's an example using PyTorch:
What are some alternatives?
composer - Supercharge Your Model Training
ollama - Get up and running with OpenAI gpt-oss, DeepSeek-R1, Gemma 3 and other models.
Previous Serverless Version 0.5.x - ⚡ Serverless Framework – Effortlessly build apps that auto-scale, incur zero costs when idle, and require minimal maintenance using AWS Lambda and other managed cloud services.
tensorflow - An Open Source Machine Learning Framework for Everyone
drover - Drover is a command-line utility for deploying Python packages to Lambda functions.
Pandas - Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more