Python PyTorch CPU vs GPU

Поділитися
Вставка
  • Опубліковано 10 вер 2024
  • It's about 3 times faster if you train the neural network using GPU.
    Please don't mind the accuracy. As you know that the initial weight affect the training results as well. I should have done this multiple times. 😂

КОМЕНТАРІ • 8

  • @NutsandGuts
    @NutsandGuts 2 місяці тому

    CPU and GPU specs?

    • @hilmiyafia
      @hilmiyafia  2 місяці тому +1

      CPU = i7 9750
      GPU = RTX 2060

  • @Direcat20
    @Direcat20 2 роки тому

    Source code?

    • @hilmiyafia
      @hilmiyafia  2 роки тому

      It's this one ua-cam.com/play/PLuVz-FGt23yI1x4dVVahq1eoMrGohCcgR.html

  • @babiganteng1967
    @babiganteng1967 3 місяці тому

    Tutorial install pytorch CPU pls🙏🏻

    • @hilmiyafia
      @hilmiyafia  3 місяці тому +1

      It's easy, first make sure that you already have python installed with pip, and then run this command on command prompt:
      pip install torch torchvision torchaudio

    • @primary4075
      @primary4075 26 днів тому

      I failed pytorch GPU, when import pytorch it message error 😢​@@hilmiyafia

    • @hilmiyafia
      @hilmiyafia  26 днів тому

      @@primary4075 Can you copy the error message?