GPU Cloud Tutorial with Jupyter Notebook | Lambda

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

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

  • @heyna88
    @heyna88 Год назад +9

    Incredible price and ease to use. I love the A100! Saved me so much time!

  • @joshuac9142
    @joshuac9142 Год назад +3

    THIS IS EXACTLY WHAT I HAVE BEEN LOOKING FOR!

  • @reasoning9273
    @reasoning9273 2 года назад +8

    Nice video. Although I think people would appreciate more realistic examples, with tips on optimizing using multiple GPUs, showing that adding more GPUs can save money (reduced training & inference time vs. money spent for multiple GPUs). I think that will justify your GPU options and will attract more people to use lambda cloud. MNIST training is such a poor example for 2xA6000 with 48G VRAM since it doesn't even require any GPU to train MNIST.

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

      Do your own research really. They offer the infrastructure at a crazy low price, I think that's already more than anybody can ask for.

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

      Though I agree with the point of example being naive, but it's so easy to get all this up and running, we can experiment on our own.
      Not everything is their job to demonstrate.

  • @FieldMajor76
    @FieldMajor76 9 месяцев назад

    This is cool, really excited to learn this field. Self taught

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

    Can you do a guide on how to upload your files and run them for deep learning?

  • @chinmayganguly457
    @chinmayganguly457 4 дня назад

    Hi. I'm trying to train my U-Net model to do deconvolution after observing before and after deconvolution of 3D microscopic images in .ims format. their resolutions are (32, 2048, 2048). The A100 of colab pro+ isn't enough to run the model for a batch size 16. not only that, i want to enlarge the dataset by introducing augmentations. So can the gpu instances of Lambda handle this task? please let me know asap. im on a deadline for a college project, and at my wit's end

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

    you would hope the ceo has an account haha thanks for the video

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

    Great explanation !!!

  • @LinkedInGooner
    @LinkedInGooner 3 месяца назад

    For anyone experiencing issues, you can get around this by updating the remote version of jupyter notebook and ssh tunneling. Here's a tutorial. ruclips.net/video/ZhVdA2jSCuA/видео.html

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

    you showed using separate devices for separate jobs, but how do you use all the devices for the same job (training by distributing the batches across the devices, and taking the gradients from each of them together after each backpropagation)?

  • @jobiquirobi123
    @jobiquirobi123 2 года назад +1

    This was very useful

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

    Nice prices and options, but I have a complain, I'm from Mexico and my payment method is not supported for my country.

  • @parisqs
    @parisqs 2 года назад +1

    How to upload my own dataset? Where is your DC located?

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

      The easiest way is to use our new GPU cloud storage feature. You can then either SCP the data up or use sshfs to set up a bridge between your local drive and the server.

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

    hi waht kind of card do you need i fill before log in?

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

    is it possible to use this with MacOS?

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

    How do I reset sudo password in cloud server?

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

    Is there any way to access the GUI of these instance?

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

      Jupyter-notebooks aren't enough?
      CLI will teach more about linux-admin than GUIs xD.

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

    Can you connect it with VSCode Remote?