Pytorch TensorBoard Tutorial

Поделиться
HTML-код
  • Опубликовано: 24 окт 2024

Комментарии • 49

  • @deepshankarjha5344
    @deepshankarjha5344 4 года назад +5

    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.

  • @HeadshotComing
    @HeadshotComing 2 года назад +5

    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 :)

  • @omar-elgammal
    @omar-elgammal 3 месяца назад

    Fantastic !! very well done man

  • @amnesie148
    @amnesie148 3 года назад +1

    I would recommend your videos to my friends who are still struggling with deep learning. Thank you again.

  • @lecteranxa
    @lecteranxa 4 месяца назад

    Thank you! Very helpful video

  • @wernerlucas12
    @wernerlucas12 3 года назад +1

    Your videos are just gold! Thanks for doing this!

  • @mahdiesrafili2809
    @mahdiesrafili2809 3 года назад +1

    Thank you so much Aladdin, your explanation is great. I'm watching you videos for last two days non-stop. Well done

  • @ImanSh
    @ImanSh 4 года назад +2

    Your explanations were great. Thank you so much.

  • @boxiongtan69
    @boxiongtan69 5 месяцев назад

    Thanks! Very helpful

  • @hizircanbayram9898
    @hizircanbayram9898 4 года назад +2

    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!

  • @supervince110
    @supervince110 3 года назад

    Your videos have helped me a lot!

  • @anonyme103
    @anonyme103 3 года назад +1

    Dude, I'm really learning a lot from your videos, thanks and keep up the cool work!

  • @salmaelghourbal9622
    @salmaelghourbal9622 3 года назад

    very nice tuto ! I love your videos !

  • @lingfengshen8559
    @lingfengshen8559 3 года назад

    Great video with clear explanations! I do get insights from your work! Thank you.

  • @dmitrikochubei3569
    @dmitrikochubei3569 4 года назад +1

    This is a really cool video, thanks making it !

  • @talha_anwar
    @talha_anwar 3 года назад

    Learnt a lot. Thanks

  • @harshkumaragarwal8326
    @harshkumaragarwal8326 3 года назад

    This is really helpful, Thanks :)

  • @robertbracco8321
    @robertbracco8321 4 года назад +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  4 года назад +1

      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).

  • @AlbertMunda
    @AlbertMunda 2 года назад

    This is very impressive work! Thank you very much @Aladdin

  • @ereh3423
    @ereh3423 3 года назад

    amazing class

  • @Kwaiigurlie
    @Kwaiigurlie 6 месяцев назад

    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.

  • @zijingwu7547
    @zijingwu7547 3 года назад

    thanks for the video!

  • @samuelkellerhals5942
    @samuelkellerhals5942 4 года назад

    Really nice video, I'm inspired to use tensorboard now!

  • @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?

  • @saeedrehman5085
    @saeedrehman5085 3 года назад

    LOVED IT !

  • @akhilezai
    @akhilezai 3 года назад

    Wow this is awesome!

  • @justaguynamedjosh4530
    @justaguynamedjosh4530 3 года назад +1

    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!

  • @harrylan9495
    @harrylan9495 3 года назад

    visdom hope to see that!THANK YOU!

  • @carlosroquesuarezgurruchag8681

    thanks for the time.

  • @ruotianzhang3139
    @ruotianzhang3139 4 года назад

    Thank you very much!

  • @RaviTeja-zk4lb
    @RaviTeja-zk4lb 2 месяца назад

    Does this support writing to remote path directly?

  • @AD-ox4ng
    @AD-ox4ng 6 месяцев назад

    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?

  • @christopherwashington9448
    @christopherwashington9448 Год назад

    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.

  • @ZobeirRaisi
    @ZobeirRaisi 4 года назад

    Great video

  • @massisenergy
    @massisenergy Год назад +2

    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()?'

  • @Xurshid_Mirzayev
    @Xurshid_Mirzayev Год назад

    THANKS

  • @MorisonMs
    @MorisonMs 3 года назад

    Thanks bro

  • @DIYGUY999
    @DIYGUY999 4 года назад

    Hey ,
    I tried executing the tensorboard command, but nothing shows up.

  • @arjunpukale3310
    @arjunpukale3310 4 года назад

    Csn we visualize rgb images in tsne?

    • @AladdinPersson
      @AladdinPersson  4 года назад

      Yeah if I remember correctly I tried it on CIFAR10 as well, but perhaps I didn't show that in the video

  • @kaanguler9492
    @kaanguler9492 2 месяца назад

    For some reason some of the graphs are totally fine and some show up very limited step.

  • @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?