- 50
- 199 079
Another barefoot eel
Приєднався 4 лис 2022
Відео
Setting up a Django development environment in Windows
Переглядів 856 місяців тому
Setting up a Django development environment in Windows
Stop Overfitting Now! Beginner's Guide to Validation with TensorFlow & Keras
Переглядів 7610 місяців тому
Stop Overfitting Now! Beginner's Guide to Validation with TensorFlow & Keras
MNIST classification: A Beginner's Guide to TensorFlow & Keras
Переглядів 59310 місяців тому
MNIST classification: A Beginner's Guide to TensorFlow & Keras
How to Upload files to Google Colab from your computer or Google drive
Переглядів 73511 місяців тому
How to Upload files to Google Colab from your computer or Google drive
Numpy - Find the index of the min/max value | argmin argmax tutorial
Переглядів 146Рік тому
How to find the index of min/max value in a Numpy array / matrix
Extract Stock Prices with Python: Yahoo Finance Made Easy!
Переглядів 460Рік тому
0:00 Building the target URL 1:29 Defining the list of stocks by their ticker symbols 2:12 Defining the start date and the end date 3:09 Defining the datapoints interval 3:38 Using read_csv to get the stock data 4:21 Going over the data in the CSV format 5:03 Getting the dates and prices columns 5:36 Using matplotlib.pyplot to display a chart 6:21 Comparing the Dow Jones to the S&P 500 6:42 Wor...
How to Import a Python Function from Another File
Переглядів 2,1 тис.Рік тому
Define functions in one Python file and use them in another using the simple 'import' technique
How to run python from Notepad++
Переглядів 13 тис.Рік тому
If the python script shows up and immediately closes, try adding the -i flag, like so: python -i "$(FULL_CURRENT_PATH)"
Quick & Easy: Anaconda and Jupyter Notebook Installation on Windows 11
Переглядів 164Рік тому
Quick & Easy: Anaconda and Jupyter Notebook Installation on Windows 11
Learn Python sockets by developing a multi-client chat app
Переглядів 454Рік тому
0:00 Introduction 1:03 Creating a class for the server 1:47 Creating the server side socket 4:09 Accepting connections on the server socket 5:56 Creating a class for the client 7:44 Connecting to the server from the client 8:45 Allowing connections from multiple clients 9:29 Creating a separate socket for every client 9:52 Socket for new connections VS socket for ongoing communication 12:05 Dif...
How to install PyTorch on WSL2 with Cuda support
Переглядів 6 тис.Рік тому
How to install PyTorch on WSL2 with Cuda support
How to send email from a Gmail account with python
Переглядів 1,9 тис.Рік тому
How to send email from a Gmail account with python
pip: The term 'pip' is not recognized as the name of a cmdlet, function, script file or operable...
Переглядів 1,1 тис.Рік тому
pip: The term 'pip' is not recognized as the name of a cmdlet, function, script file or operable...
Jupyter Notebook installation on Windows 11
Переглядів 1,5 тис.Рік тому
Jupyter Notebook installation on Windows 11
Python OOP part 1 - Classes and Objects in Python
Переглядів 86Рік тому
Python OOP part 1 - Classes and Objects in Python
How to add an event trigger from script in Unity
Переглядів 4,6 тис.Рік тому
How to add an event trigger from script in Unity
Unity UI (user interface) - How to tile images
Переглядів 179Рік тому
Unity UI (user interface) - How to tile images
How to allow Remote Desktop in Windows 11
Переглядів 28Рік тому
How to allow Remote Desktop in Windows 11
How to use auto completion (intellisense) for unity with Visual Studio / Visual Studio code
Переглядів 64Рік тому
How to use auto completion (intellisense) for unity with Visual Studio / Visual Studio code
Godot error: can_instantiate: Cannot instance script because the associated class could not be found
Переглядів 1,9 тис.Рік тому
Godot error: can_instantiate: Cannot instance script because the associated class could not be found
Godot tutorial - How to split a script to different files [Godot 4 C#]
Переглядів 1,6 тис.Рік тому
Godot tutorial - How to split a script to different files [Godot 4 C#]
Great video, but what if after install cuda and torch and execute my model my hard drive starts to fill by itself. I've lost 30 gb but i haven't download anything since that day.
just delete all godot related files and reinstall if you get this error for no reaeson at all (if the class and file name do match and it keeps popping up). it seemed to work for me.... after a painful hour of searching for a solution online.
Do more videos bro
Great video bro you helped me for my project
i got problem "ERROR: Could not find a version that satisfies the requirement torch (from versions: none)" if you encounter this, maybe you are on new version of Python. so you mus downgrade to previous version. for me is Python 3.9 it's should work
for me pip can't get installed:(
Oh my god finnaly someone find my problem and now i can fix it
Excellent!
merci monsieur
thank you!
Thank you for this.
says pip cant be reconized
same
Thanku so much sir 🎉🎉🎉🎉🎉❤❤❤
g++ is what I was looking for, because it comes native with my Ubuntu system. Thanks for the help!
Thank you very much!
תודה רבה אחי עבד לי
who else here for the K9 voice changer
I have the issue that it just spits out the following: File "<stdin>", line 1, in <module> File "C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\site-packages\torch\__init__.py", line 148, in <module> raise err OSError: [WinError 126] The Specified Module was not found. Error loading "C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\site-packages\torch\lib\fbgemm.dll" or one of its dependencies. Can someone help me out here? I reinstalled Cuda, Python and even tried reinstalling my Graphicsdriver. Im completely out of ideas here
same
Great tutorial! Helped me a lot.
Thanks a lot!
Yep, this certainly works. I like how you covered all options and not just toggling the displays on and off. I appreciate you bro.
Niceeee thank you!
This video was super helpful! Thank you for the easy-to-follow instructions.
Thank you so much! Really helpfull
Perfect tutorial, helped a ton!
i have some problem, Error loading "C:\Users\konon\AppData\Local\Programs\Python\Python311\Lib\site-packages\torch\lib\fbgemm.dll" or one of its dependencies.
Found a fix ?
@@mohammednayeem8524 Yep. Microsoft Studio Code doesn't have a C++ compiler. I installed Visual Studio 2022 And everything worked.
@mohammednayeem8524 Yep, just install Visual Studio 2022 or later. Visual Studio Code doesn't have a C++ compiler.
be aware that there is an issue with latest pytorch version and that you should download a previous version
ok love your good work man
it says that it's impossible to find the module when i write import torch. why?
For Python 3 type in: py -3 -i "$(FULL_CURRENT_PATH)" For Python 2 type in: py -2 -i "$(FULL_CURRENT_PATH)"
Who is here for the k9 voice changer?😂
someone help it says this: Traceback (most recent call last): File "<stdin>", line 1, in <module> File "C:\Users\(my user)\AppData\Roaming\Python\Python312\site-packages\torch\__init__.py", line 148, in <module> raise err OSError: [WinError 126] The specified module could not be found. Error loading "C:\Users\(my user)\AppData\Roaming\Python\Python312\site-packages\torch\lib\fbgemm.dll" or one of its dependencies.
i also retried with python 3.10.9 and realized i dont have a gpu so i did cpu, and later got the same error Traceback (most recent call last): File "<stdin>", line 1, in <module> File "C:\Users\(my user)\AppData\Roaming\Python\Python310\site-packages\torch\__init__.py", line 148, in <module> raise err OSError: [WinError 126] The specified module could not be found. Error loading "C:\Users\(my user)\AppData\Roaming\Python\Python310\site-packages\torch\lib\fbgemm.dll" or one of its dependencies.
@@zephyr_lrn did you find a fix for this cause i have the same problem
ERROR: Could not find a version that satisfies the requirement torch==2.1.0 (from versions: 2.2.0 cpu, 2.2.1 cpu, 2.2.2 cpu, 2.3.0 cpu, 2.3.1 cpu, 2.4.0 cpu) ERROR: No matching distribution found for torch==2.1.0 kindly guide me what should i need to do fix this problem
Hello, i just stumbled across your channel, and i have to say, you are doing a great job. But sadly for me, the past two hours, i've been trying to get it to work but it just doens't. First i installed the latest version of python and cuda 12.4 but then realized that the latest version of python doesnt support it currently. Then i tried to install the version you installed in your video and even "copied" the cuda code you have in you video but it still didnt work. When i want to import torch it tells me "raise err" and the specified modul was not found. I would appreciate it very much if you could help me
thanks a lot, you are the only one that is straight to the point and with all the information we need, thx man
helps a lot and i love this jawn
I have an AMD GPU. Would this still work?
no throw that garbage away
@@hmangaihaa3026 Not everyone can afford an expensive NVIDIA GPU. AMD Isn't exactly trash it's actually better value. But NVIDIA has better preforming GPUs that are overpriced.
When i type it, it shows me just Hello word but i didnt type print("Hello word")
Great video
Thank you so much sir❤
ANyone help it says "Name 'torch' is not defined" after typing python and then import torch
תודה מתן יא מלך
;-)
u saved me bro
I'm getting the exact error you did at the beginning with version 3.7.6, which should be working fine. But isn't. Have no idea how to fix it, pytorch seems not possible to install.
I had been searching for a way to do this for a while now. Most files just randomly fail when uploading to Colab. This tutorial has been a cure for my headaches. Thanks for sharing
u r a true master!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
mine is stck on Installing collected packages: tbb, mpmath, intel-openmp, typing-extensions, sympy, pillow, numpy, networkx, mkl, MarkupSafe, fsspec, filelock, jinja2, torch, torchvision, torchaudio for like 30 mins now?
Rich
mine doesn't work when i type in pip --version
same have you found a sulution?
@@poederkindje2634 no...
Nice! clair!, your sound must be improved, but streight to the essential
Thanks, will do!
Don't be an asshole, this guy spent time to help people learn.
I want to use virtual environments i Notepad++
You are a GOAT ! THANKS BRO