PyTorch Install - Quick and Easy

preview_player
Показать описание
💡Enroll to gain access to the full course:

Getting started with PyTorch is very easy. The recommended best option is to use the Anaconda Python package manager. With Anaconda, it's easy to get and manage Python, Jupyter Notebook, and other commonly used packages for scientific computing and data science, like PyTorch! Let's do it!

🕒🦎 VIDEO SECTIONS 🦎🕒

00:30 Help deeplizard add video timestamps - See example in the description
07:32 Collective Intelligence and the DEEPLIZARD HIVEMIND

💥🦎 DEEPLIZARD COMMUNITY RESOURCES 🦎💥

👋 Hey, we're Chris and Mandy, the creators of deeplizard!

👉 Check out the website for more learning material:

💻 ENROLL TO GET DOWNLOAD ACCESS TO CODE FILES

🧠 Support collective intelligence, join the deeplizard hivemind:

🧠 Use code DEEPLIZARD at checkout to receive 15% off your first Neurohacker order
👉 Use your receipt from Neurohacker to get a discount on deeplizard courses

👀 CHECK OUT OUR VLOG:

❤️🦎 Special thanks to the following polymaths of the deeplizard hivemind:
Tammy
Mano Prime
Ling Li

🚀 Boost collective intelligence by sharing this video on social media!

👀 Follow deeplizard:

🎓 Deep Learning with deeplizard:

🎓 Other Courses:

🛒 Check out products deeplizard recommends on Amazon:

🎵 deeplizard uses music by Kevin MacLeod

❤️ Please use the knowledge gained from deeplizard content for good, not evil.
Рекомендации по теме
Комментарии
Автор

Check out the corresponding blog and other resources for this video at:

deeplizard
Автор

I don't know about the rest of the series yet, but I must tell you that your material is FANTASTIC! without a peer. Thank you for what you do! I will support you however I can.

manuelbevilacqua
Автор

just wanted to say thanks for incorporating VS code :) I was poking around my install to see how to integrate, but then I got to the section where you started talking about it and, "ah, ok " :)

richarda
Автор

Great video! Working on my senior project and this helped so much. I was afraid I wouldn't be able to use PyTorch without Cuda.

GrAvYxxBooN
Автор

Thank you so much for this collection of videos. Great way to get started 👌👌👌

abeaumont
Автор

What do you do if you try to type "conda install pytorch torchvision -c pytorch" into the terminal and it says "command not found", do you reconfigure your shell terminal path?

timothycook
Автор

Thank you so much for your educating. but i have an problem that is an output of input "torch.cuda.is_available()" was "False". what was it's problem. if you can help me please me answer.

jjkim
Автор

Hey thanks a lot for putting this playlist. Really excited to deep dive into it.
Just wondering if we can follow along this project on Google Colab?

Since I do not have a GPU on my PC

Thanks

utkar
Автор

i am done installing pytorch on prompt
when i type the sample program
from __future__ import print_function
import torch
x = torch.rand(5, 3)
print(x)
it returns 'no module named torch'

pranavkarnth
Автор

cuda.is_availabel() saying False but the version.cuda seems to be 10.1 in my machine. What does it mean?

venkataswathir
Автор

Hi,
I followed your steps and all went good, but it got stuck on executing transaction for many hours. I can not figure out what is the issue. Thanks for the help

hrishikesh
Автор

I have followed your steps and installed pytorch on my laptop, I verified the install by running the command "conda list pytorch". It returns the version of pytorch I have installed. My problem is when I try to import torch, I get an error message "no module named torch". (I use pycharm if that makes any difference) Is pycharm looking in the wrong place for pytorch ? (I'm out of my depth here!) many thanks for any help that's offered!!!

lakeguy
Автор

In anaconda prompt, when I try to run installation of pytorch, it says error- failed to remove or rename certain files. And telling me to manually remove them. Tried doing that, then when I restart the process, same thing again

sadmanpranto
Автор

I wish @2:24 was the sound installs actually made :(

jordan
Автор

This is not working on 32 bits computer please help...

rishianand
Автор

How did you get the Notebooks in the PyTorch directory?

TheJoker-cgte
Автор

how to install pytorch in jupyternote notbook exactly?

danielqu
Автор

I am trying to install pythorch but I can not run the comand, I can not choose this option. Could you tell me if Idid something wrong?

dianatorrontegui
Автор

I have Nvidia Geforce 940MX and it does support CUDA. I am getting a false after torch.cuda.is_available(). What is the issue here? I had run the command for CUDA 9.0

sidharthsamantaray
Автор

Thanks for the great guidance! I've got it working up to "import torch" and the next 3 commands in jupyter notebook.
what I'm getting is this:
NameError Traceback (most recent call last)
in <module>
----> 1 torch.version.cuda

NameError: name 'torch' is not defined

There is no ipykernel_### folder in that path... I see that one can change the directory. I'm wondering if that's all it should take? To where?

fredmarshall