DEV Community

Wesam Khallaf — Author of PyTorch From Ground Up profile picture

Wesam Khallaf — Author of PyTorch From Ground Up

Author of PyTorch From Ground Up. Beginner PyTorch tutorials built from the tensor up — reshape, broadcasting, autograd. Free cheat-sheet: https://payhip.com/b/7ukxh

Joined Joined on  twitter website
PyTorch Autograd Explained: What .backward() Actually Does

PyTorch Autograd Explained: What .backward() Actually Does

Comments
9 min read

Want to connect with Wesam Khallaf — Author of PyTorch From Ground Up?

Create an account to connect with Wesam Khallaf — Author of PyTorch From Ground Up. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
Your CNN's Advantage Is One Assumption — and I Measured What Happens When It Breaks

Your CNN's Advantage Is One Assumption — and I Measured What Happens When It Breaks

Comments
6 min read
PyTorch `permute` vs `transpose`: What's the Difference (and the `reshape` Bug That Scrambles Your Images)

PyTorch `permute` vs `transpose`: What's the Difference (and the `reshape` Bug That Scrambles Your Images)

Comments
7 min read
What Does `keepdim` Do in PyTorch? (And the Silent Bug When You Forget It)

What Does `keepdim` Do in PyTorch? (And the Silent Bug When You Forget It)

1
Comments
6 min read
What Does `unsqueeze` Do in PyTorch? (And Why Your Model Keeps Asking For It)

What Does `unsqueeze` Do in PyTorch? (And Why Your Model Keeps Asking For It)

Comments
7 min read
Reshape vs View in PyTorch: What's the Difference (and When `view()` Breaks)

Reshape vs View in PyTorch: What's the Difference (and When `view()` Breaks)

Comments
4 min read
PyTorch Broadcasting Explained: The 3 Rules (and the Silent Bug That Bites Everyone)

PyTorch Broadcasting Explained: The 3 Rules (and the Silent Bug That Bites Everyone)

1
Comments
4 min read
loading...