Pytorch TensorBoard Tutorial

  Рет қаралды 34,429

Aladdin Persson

Aladdin Persson

Күн бұрын

An in-depth guide to tensorboard with examples in plotting loss functions, accuracy, hyperparameter search, image visualization, weight visualization as well as tensorboards visual embedding or projector.
The functions we look at from Pytorchs tensorboard are add_scalar, add_image, add_histogram, add_embedding and add_hparams.
❤️ Support the channel ❤️
/ @aladdinpersson
Paid Courses I recommend for learning (affiliate links, no extra cost for you):
⭐ Machine Learning Specialization bit.ly/3hjTBBt
⭐ Deep Learning Specialization bit.ly/3YcUkoI
📘 MLOps Specialization bit.ly/3wibaWy
📘 GAN Specialization bit.ly/3FmnZDl
📘 NLP Specialization bit.ly/3GXoQuP
✨ Free Resources that are great:
NLP: web.stanford.edu/class/cs224n/
CV: cs231n.stanford.edu/
Deployment: fullstackdeeplearning.com/
FastAI: www.fast.ai/
💻 My Deep Learning Setup and Recording Setup:
www.amazon.com/shop/aladdinpe...
GitHub Repository:
github.com/aladdinpersson/Mac...
✅ One-Time Donations:
Paypal: bit.ly/3buoRYH
▶️ You Can Connect with me on:
Twitter - / aladdinpersson
LinkedIn - / aladdin-persson-a95384153
Github - github.com/aladdinpersson
OUTLINE:
0:00 - Introduction
2:08 - Initializing SummaryWriter
2:55 - Creating a loss and accuracy plot
5:40 - Doing Hyperparameter search
16:36 - Visualizing Dataset Images and Network Weights
20:55 - Tensorboard Embedding Projector

Пікірлер: 46
@HeadshotComing
@HeadshotComing Жыл бұрын
I was really fortunate to stumble upon this tutorial, it's pure gold! Decided to check your other videos on the channel real quick, I've eventually spent the last hour going through them! You're doing an amazing job with your videos, thank you :)
@deepshankarjha5344
@deepshankarjha5344 3 жыл бұрын
the only comprehensive video on tensorboard. I am creating ANN using tensorflow and pytorch from 1 year but never knew the utility of this tool. thanks for sharing this knowledge.
@AladdinPersson
@AladdinPersson 3 жыл бұрын
I appreciate the kind words 🙏
@amnesie148
@amnesie148 3 жыл бұрын
I would recommend your videos to my friends who are still struggling with deep learning. Thank you again.
@lecteranxa
@lecteranxa 9 күн бұрын
Thank you! Very helpful video
@mahdiesrafili2809
@mahdiesrafili2809 3 жыл бұрын
Thank you so much Aladdin, your explanation is great. I'm watching you videos for last two days non-stop. Well done
@anonyme103
@anonyme103 3 жыл бұрын
Dude, I'm really learning a lot from your videos, thanks and keep up the cool work!
@wernerlucas12
@wernerlucas12 3 жыл бұрын
Your videos are just gold! Thanks for doing this!
@boxiongtan69
@boxiongtan69 Ай бұрын
Thanks! Very helpful
@lingfengshen8559
@lingfengshen8559 3 жыл бұрын
Great video with clear explanations! I do get insights from your work! Thank you.
@ImanSh
@ImanSh 3 жыл бұрын
Your explanations were great. Thank you so much.
@hizircanbayram9898
@hizircanbayram9898 3 жыл бұрын
Thank you for this great tutorial. It gives me the main topics I need to check in the docs and the first intuitions about the framework. Keep up with the good stuff!
@AladdinPersson
@AladdinPersson 3 жыл бұрын
🙏
@supervince110
@supervince110 3 жыл бұрын
Your videos have helped me a lot!
@saeedrehman5085
@saeedrehman5085 3 жыл бұрын
LOVED IT !
@salmaelghourbal9622
@salmaelghourbal9622 3 жыл бұрын
very nice tuto ! I love your videos !
@akhilezai
@akhilezai 3 жыл бұрын
Wow this is awesome!
@talha_anwar
@talha_anwar 3 жыл бұрын
Learnt a lot. Thanks
@dmitrikochubei3569
@dmitrikochubei3569 4 жыл бұрын
This is a really cool video, thanks making it !
@AladdinPersson
@AladdinPersson 4 жыл бұрын
Glad it was useful :)
@ruotianzhang3139
@ruotianzhang3139 4 жыл бұрын
Thank you very much!
@harshkumaragarwal8326
@harshkumaragarwal8326 3 жыл бұрын
This is really helpful, Thanks :)
@harrylan9495
@harrylan9495 3 жыл бұрын
visdom hope to see that!THANK YOU!
@zijingwu7547
@zijingwu7547 3 жыл бұрын
thanks for the video!
@samuelkellerhals5942
@samuelkellerhals5942 4 жыл бұрын
Really nice video, I'm inspired to use tensorboard now!
@AladdinPersson
@AladdinPersson 4 жыл бұрын
Thanks I appreciate that a lot
@carlosroquesuarezgurruchag8681
@carlosroquesuarezgurruchag8681 Жыл бұрын
thanks for the time.
@ereh3423
@ereh3423 3 жыл бұрын
amazing class
@christopherwashington9448
@christopherwashington9448 8 ай бұрын
I suggest you move the part of code you are working on in the middle of the screen. It was blocked by the video progress bar all the time.
@AlbertMunda
@AlbertMunda 2 жыл бұрын
This is very impressive work! Thank you very much @Aladdin
@robertbracco8321
@robertbracco8321 3 жыл бұрын
Extremely well done video, thank you! I'd be curious to hear your thoughts on the various libraries built on top of PyTorch like Pytorch-lightning and fastai/fastai2.
@AladdinPersson
@AladdinPersson 3 жыл бұрын
Thank you for the kind words, really appreciate it. I'm very interested in learning more about Pytorch lightning but at this point I'm not too familiar with any of those libraries unfortunately. My view currently is that Fastai seems to be a library built to simplify things further, so that you can build state of the art models without diving into too much details (tailoring to the fastai mindset of a top-down approach).
@jianxiangdong3481
@jianxiangdong3481 3 жыл бұрын
Very good video! Thank you so much. You mentioned in the video that the common way to do hyper parameter search is in log space? What is it?
@Kwaiigurlie
@Kwaiigurlie 2 ай бұрын
Thank you for sharing valuable series on Pytorch. At time 19.44 in this video, you are showing orange bar to change the images in different batches, however with same code typed by me, i am not able to get the orange bar. please look into this and suggest.
@MorisonMs
@MorisonMs 3 жыл бұрын
Thanks bro
@ZobeirRaisi
@ZobeirRaisi 4 жыл бұрын
Great video
@AladdinPersson
@AladdinPersson 4 жыл бұрын
Thanks I appreciate it :)
@justaguynamedjosh4530
@justaguynamedjosh4530 3 жыл бұрын
Hey! I learned a lot from your videos! Just wanna request a video on how to do Confusion Matrix using Pytorch using the code you've been using. As a beginner, I'm having a hard time understanding how to get the metrics required for confusion matrix. Anyway, Thanks!
@Xurshid_Mirzayev
@Xurshid_Mirzayev Жыл бұрын
THANKS
@AD-ox4ng
@AD-ox4ng 2 ай бұрын
At 6:37 you mention it's not the best way to do hyperparameter search, aren't the learning rates already on a log-10 scale? In any case, do you have other videos exploring hyperparameter search?
@massisenergy
@massisenergy Жыл бұрын
Everything works for me except the last step of 'embedding projector'. It says: 'warning: Embedding dir exists, did you set global_step for add_embedding()?'
@MorisonMs
@MorisonMs 3 жыл бұрын
10:00 For some reason some of the graphs are totally fine and some doesn't show up at all or they show up but to a very limited step. Did this happen to some of you?
@DIYGUY999
@DIYGUY999 3 жыл бұрын
Hey , I tried executing the tensorboard command, but nothing shows up.
@arjunpukale3310
@arjunpukale3310 3 жыл бұрын
Csn we visualize rgb images in tsne?
@AladdinPersson
@AladdinPersson 3 жыл бұрын
Yeah if I remember correctly I tried it on CIFAR10 as well, but perhaps I didn't show that in the video
Pytorch LeNet implementation from scratch
9:11
Aladdin Persson
Рет қаралды 14 М.
Pytorch Seq2Seq with Attention for Machine Translation
25:19
Aladdin Persson
Рет қаралды 31 М.
Must-have gadget for every toilet! 🤩 #gadget
00:27
GiGaZoom
Рет қаралды 11 МЛН
I wish I could change THIS fast! 🤣
00:33
America's Got Talent
Рет қаралды 68 МЛН
Жайдарман | Туған күн 2024 | Алматы
2:22:55
Jaidarman OFFICIAL / JCI
Рет қаралды 943 М.
🌊Насколько Глубокий Океан ? #shorts
00:42
Deep Learning With PyTorch - Full Course
4:35:42
Patrick Loeber
Рет қаралды 747 М.
Pytorch Neural Style Transfer Tutorial
24:38
Aladdin Persson
Рет қаралды 22 М.
EfficientNet from scratch in Pytorch
38:48
Aladdin Persson
Рет қаралды 27 М.
Must-have gadget for every toilet! 🤩 #gadget
00:27
GiGaZoom
Рет қаралды 11 МЛН