Data Party THU
Data Party THU
Dec 20, 2025 · Artificial Intelligence

Master 20 Essential PyTorch Concepts: From Tensors to Model Deployment

This guide walks you through 20 fundamental PyTorch concepts—including tensor creation, operations, autograd, model building, data loading, GPU acceleration, and best‑practice tricks—providing clear code snippets and step‑by‑step explanations so you can quickly prototype, train, and deploy neural networks.

GPU accelerationPyTorchTensor Operations
0 likes · 16 min read
Master 20 Essential PyTorch Concepts: From Tensors to Model Deployment
Baidu Intelligent Cloud Tech Hub
Baidu Intelligent Cloud Tech Hub
Nov 20, 2025 · Artificial Intelligence

Boost Multimodal Model Training Efficiency with Offline Sequence Packing and Mixed‑Modality Data

Baidu's Baige team introduces an extended multimodal data loader, automated ShareGPT format conversion, and offline sequence packing techniques that together double token throughput, cut SFT training time by up to six times, and improve GPU utilization and stability for large vision‑language models.

AI infrastructureAIAKGPU efficiency
0 likes · 7 min read
Boost Multimodal Model Training Efficiency with Offline Sequence Packing and Mixed‑Modality Data
Python Programming Learning Circle
Python Programming Learning Circle
Sep 10, 2025 · Fundamentals

Boost Python Data Loading Speed 10×: 5 Proven Methods

This article demonstrates five practical techniques for loading Excel and CSV data with pandas in Python, including smarter DataFrame construction, parallel processing with Joblib, and using pickle for faster storage, achieving speed improvements of up to three orders of magnitude.

Pickledata loadingjoblib
0 likes · 10 min read
Boost Python Data Loading Speed 10×: 5 Proven Methods
AI Algorithm Path
AI Algorithm Path
Mar 16, 2025 · Artificial Intelligence

How to Train PyTorch Models Using Far Less GPU Memory

This article walks through a suite of PyTorch techniques—including automatic mixed precision, BF16, gradient checkpointing, gradient accumulation, tensor sharding, efficient data loading, in‑place ops, lightweight optimizers, memory profiling, TorchScript, and kernel fusion—that together can cut peak GPU memory usage by up to twenty‑fold while preserving model accuracy.

GPU memoryPyTorchdata loading
0 likes · 13 min read
How to Train PyTorch Models Using Far Less GPU Memory
Suning Design
Suning Design
Apr 1, 2014 · Mobile Development

6 Smart Data Loading Patterns to Eliminate Wait Times in Mobile Apps

This article outlines six common data‑loading patterns for mobile applications and four practical techniques to reduce perceived waiting, helping designers create seamless, responsive experiences that keep users engaged even under poor network conditions.

data loadingloading designmobile app
0 likes · 10 min read
6 Smart Data Loading Patterns to Eliminate Wait Times in Mobile Apps