ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

176 results

Cloud Codes
Unsloth vs PyTorch: The ONLY Video You Need to Understand the Difference

Why can Unsloth fine-tune LLMs like Llama 3.1 8B, Llama 3.3 70B, and Qwen 3.5 MoE 2x faster with 70% less VRAM than ...

10:33
Unsloth vs PyTorch: The ONLY Video You Need to Understand the Difference

5,725 views

3 days ago

Glass Box Computing
What PyTorch Is + Setup — Practical PyTorch | 1.1

Before any math: install PyTorch, import it, and print your first tensor — then answer the question tutorials skip. What actually sits ...

8:58
What PyTorch Is + Setup — Practical PyTorch | 1.1

11 views

5 days ago

Doga Ozgon
Transfer Learning with PyTorch - Build an Image Classifier (2026)

In this PyTorch Transfer Learning tutorial, we'll build a complete image classifier step by step using a pretrained ResNet50 model.

8:53
Transfer Learning with PyTorch - Build an Image Classifier (2026)

19 views

7 days ago

Sharad Khare
PyTorch Computer Vision Tutorial for Beginners | Build Your First CNN | Sharad Khare

Train your first computer vision model in PyTorch — from a blank notebook to a CNN that can say frog, not cat. In this beginner ...

19:17
PyTorch Computer Vision Tutorial for Beginners | Build Your First CNN | Sharad Khare

20 views

5 days ago

Glass Box Computing
Building a CNN in PyTorch — Practical PyTorch | 2.5

Conv, ReLU, pool, repeat — then flatten and a linear classifier on the end. This video assembles a real CNN in PyTorch from five ...

9:51
Building a CNN in PyTorch — Practical PyTorch | 2.5

2 views

3 days ago

Glass Box Computing
Why Your Model Is Slow — and How to Time It Honestly — Practical PyTorch | 3.1

Your first guess about what's slow is almost always wrong, and your first stopwatch is almost always lying — because a GPU call ...

8:25
Why Your Model Is Slow — and How to Time It Honestly — Practical PyTorch | 3.1

3 views

1 day ago

Glass Box Computing
Linear Regression From Scratch — Practical PyTorch | 1.9

Fit a line with nothing but tensors, a loss, and the training loop — no nn.Module, no DataLoader, nothing hidden. That is the point: ...

7:48
Linear Regression From Scratch — Practical PyTorch | 1.9

0 views

5 days ago

Cognifyz Technologies
Learn PyTorch in 10 Minutes | Python Deep Learning Tutorial

What is PyTorch? A Complete Beginner's Guide (10-Minute Tutorial) Want to learn how computers recognize images, ...

10:04
Learn PyTorch in 10 Minutes | Python Deep Learning Tutorial

12 views

3 days ago

Glass Box Computing
Save, Load, and Use a Model — Practical PyTorch | 1.14

Training is worth nothing until the weights survive the process that made them — and a saved model is not a program, it is a ...

10:00
Save, Load, and Use a Model — Practical PyTorch | 1.14

3 views

5 days ago

CodeToAGI
90% of Deep Learning Bugs Are Shape Errors — Fix Them in 15 Minutes

90% of deep learning bugs are shape bugs. This episode gives you the exact linear algebra you actually need — scalars, vectors, ...

11:22
90% of Deep Learning Bugs Are Shape Errors — Fix Them in 15 Minutes

20 views

3 days ago

Glass Box Computing
Profiling a Real Model with torch.profiler — Practical PyTorch | 3.5

The bottleneck is rarely where you think it is — and in a beginner's training loop, it's often not the GPU at all. This video profiles a ...

9:49
Profiling a Real Model with torch.profiler — Practical PyTorch | 3.5

1 view

23 hours ago

Glass Box Computing
Debugging: Shapes, Devices, and Gradients — Practical PyTorch | 1.13

Three error messages account for most of the pain in PyTorch — shape mismatch, device mismatch, and a .grad that is None.

8:47
Debugging: Shapes, Devices, and Gradients — Practical PyTorch | 1.13

0 views

5 days ago

Glass Box Computing
Optimizers: SGD, Adam, and the Learning Rate — Practical PyTorch | 1.7

The gradient tells you which way is downhill. The optimizer is the rule that decides how far to actually step — and that one ...

10:46
Optimizers: SGD, Adam, and the Learning Rate — Practical PyTorch | 1.7

3 views

5 days ago

Glass Box Computing
The Training Loop, Step by Step — Practical PyTorch | 1.8

Five lines, in this order, every single time — and every remaining video in this course is these five lines with more furniture around ...

8:24
The Training Loop, Step by Step — Practical PyTorch | 1.8

0 views

5 days ago

CodeToAGI
Stop Wasting Days on CUDA Errors — Deep Learning Setup in 15 Minutes (PyTorch + Free GPU)

Every future episode in this series requires one thing: a working deep learning environment. This is the exact setup I use ...

11:40
Stop Wasting Days on CUDA Errors — Deep Learning Setup in 15 Minutes (PyTorch + Free GPU)

6 views

4 days ago

Glass Box Computing
Autograd: The Computation Graph — Practical PyTorch | 1.5

Nobody differentiates a neural network by hand. PyTorch records every operation you do to a tensor, then plays that record ...

10:42
Autograd: The Computation Graph — Practical PyTorch | 1.5

4 views

5 days ago

Glass Box Computing
The Real Cost of .to(device) — Practical PyTorch | 3.3

The bus between your CPU and GPU really is the slowest link in the machine — that part is true, and this video measures it: 4.72 ...

9:59
The Real Cost of .to(device) — Practical PyTorch | 3.3

5 views

1 day ago

Glass Box Computing
Why a Dense Network Is the Wrong Tool for Images — Practical PyTorch | 2.1

Flatten a photo into one long vector and you throw away the only thing that made it a photo: that two pixels sitting next to each ...

11:15
Why a Dense Network Is the Wrong Tool for Images — Practical PyTorch | 2.1

3 views

3 days ago

Glass Box Computing
Fashion-MNIST Classifier: A Full PyTorch Project — Practical PyTorch | 1.15

Build a full Fashion-MNIST classifier in PyTorch — the whole pipeline (data → DataLoader → model → loss → optimizer → save) ...

12:38
Fashion-MNIST Classifier: A Full PyTorch Project — Practical PyTorch | 1.15

9 views

5 days ago

pb.EducationandLifestyle
What Actually Happens When Your PyTorch Code Runs? (Autograd, Memory, & Loops)

Most tutorials show you how to write PyTorch syntax, but they rarely explain what actually happens under the hood when that ...

7:49
What Actually Happens When Your PyTorch Code Runs? (Autograd, Memory, & Loops)

9 views

6 days ago