How To Debug Deep Learning Programs | A Simple Process Anybody Can Use

preview_player
Показать описание
Dimensional mismatch problems in deep learning programs can be a pain to debug, but I'll show you a simple and repeatable process for dealing with them head on.

This comes from an old issue in my github that turns out to be related to a version mismatch with PyTorch. Rather than tell the person to downgrade their install, I'll show you guys how to fix the dimensional mismatch problem in just a few minutes. This process can be extended to debugging any computer software, python program, or deep learning issue.

Learn how to turn deep reinforcement learning papers into code:

Get instant access to all my courses, including the new Prioritized Experience Replay course, with my subscription service. $29 a month gives you instant access to 42 hours of instructional content plus access to future updates, added monthly.

Or, pickup my Udemy courses here:

Deep Q Learning:

Actor Critic Methods:

Curiosity Driven Deep Reinforcement Learning

Natural Language Processing from First Principles:
Reinforcement Learning Fundamentals

Here are some books / courses I recommend (affiliate links):

Come hang out on Discord here:

#PyTorch #DeepLearning #Debugging
Рекомендации по теме
Комментарии
Автор

This content is sponsored by my Udemy courses. Level up your skills by learning to turn papers into code. See the links in the description.

MachineLearningwithPhil
Автор

This man is out here turning github issues into videos. Talk about service!

seth
Автор

Nice one again Phil, very useful tutorial!


And of course congratulations to 10k subs :)

JousefM
Автор

Hello, videos are really helpful and inspiring. WIll u also pls make a video on which linux distro do u use and also which is better specifically for AI? if theres not a single good distro for AI, what customizations u would suggest for efficient working as a ai programmer? Thanks in advance for your help...

vigneshbalaji
Автор

Very useful video Phil.
I have two questions for you:
1. Which is better Tensorflow or PyTorch>
2. How do you implement Monte Carlo Tree Search in Python?

ChristFan
Автор

The error says you can't use uint8 anymore for indexing.

charbelsarkis