Тёмный
PyTorch
PyTorch
PyTorch
Подписаться
Welcome to the official PyTorch RU-vid Channel. Learn about the latest PyTorch tutorials, new, and more.

PyTorch is an open source machine learning framework that is used by both researchers and developers to build, train, and deploy ML systems that solve many different complex challenges. PyTorch is an open source project at the Linux Foundation.
Комментарии
@PyTorch
@PyTorch 18 часов назад
Responses to questions we didn't have time to address live: Q: SVE backend patch was merged in PyTorch main branch before PyTorch 2.5 release , but not include in release/pytorch 2.5 . Any specific reason ? A: The branch cut for a given release usually happens quite in advance of the release itself as we run a lot of validation. See dev-discuss.pytorch.org/c/release-announcements/27 for all the details on the process for each release. Q: The binary release on PyTorch site has dependency on CUDA / NCCL libraries from pypi. It is not using system installed CUDA. Is building from source the only option to use system installed libraries? A: If you want to do this because you want to use a CUDA version without pre-built binaries, then yes. Unfortunately the PyTorch binary has a hard dependency on each CUDA version and so can only run with that exact version. If you want to not have to install all the nvidia package and you already have the same cuda installed locally. You can use --no-deps when you do pip install to not grab these packages. And the PyTorch install will use any available cuda install (it is just that the one coming from pypi is prioritized to avoid mismatched cuda versions).
@twentyninewalk
@twentyninewalk 2 дня назад
Can anyone help me with this?? RuntimeError Traceback (most recent call last) <ipython-input-13-336ac0521b7a> in <cell line: 10>() 8 9 # Load the quantized model weights ---> 10 quantized_model.load_state_dict(torch.load('/content/drive/MyDrive/Aditya Pandey/global_wheat_detection-2-20241004T044942Z-001/global_wheat_detection-2/Copy of faster_rcnn_40MB.pth', map_location=torch.device('cpu'))) 11 12 # Set the model to evaluation mode /usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py in load_state_dict(self, state_dict, strict, assign) 2213 2214 if len(error_msgs) > 0: -> 2215 raise RuntimeError('Error(s) in loading state_dict for {}: \t{}'.format( 2216 self.__class__.__name__, " \t".join(error_msgs))) 2217 return _IncompatibleKeys(missing_keys, unexpected_keys) RuntimeError: Error(s) in loading state_dict for QuantizedFasterRCNN: Missing key(s) in state_dict: "model.backbone.body.conv1.weight", "model.backbone.body.bn1.weight", "model.backbone.body.bn1.bias", "model.backbone.body.bn1.running_mean", "model.backbone.body.bn1.running_var", "model.backbone.body.layer1.0.conv1.weight", "model.backbone.body.layer1.0.bn1.weight", "model.backbone.body.layer1.0.bn1.bias", "model.backbone.body.layer1.0.bn1.running_mean", "model.backbone.body.layer1.0.bn1.running_var"........
@twentyninewalk
@twentyninewalk 2 дня назад
@Chris Gottbrath, @leixun
@KevinKreger
@KevinKreger 4 дня назад
Daniel has made my life so much easier and less expensive!
@blackswann9555
@blackswann9555 4 дня назад
I’m learning PyTorch🔥 with HuggingFace 🤗 ❤
@PyTorch
@PyTorch 5 дней назад
Slides available at: drive.google.com/file/d/1MDw6zBzQFc2mkgUCy09ORwFRZYb-UuyU/view
@iinyangjr
@iinyangjr 12 дней назад
kindly drop the link to the notebook
@naeemkhoshnevis
@naeemkhoshnevis 13 дней назад
Thanks for uploading these videos.
@dariocline
@dariocline 13 дней назад
thanks guys
@OpenAITutor
@OpenAITutor 13 дней назад
Love the Pytorchers :)
@uzorani
@uzorani 13 дней назад
That's awesome! How come I haven't heard of this? Anything planned in LA?
@yuchaozhang4881
@yuchaozhang4881 15 дней назад
Will that be open source?
@swx3700
@swx3700 16 дней назад
This is very helpful
@windmaple
@windmaple 17 дней назад
man, they should really fix the iterable ds...
@LindsaySylvia-c3h
@LindsaySylvia-c3h 18 дней назад
Bailey Center
@santygarcia1161
@santygarcia1161 19 дней назад
Amazing! Thank you all for building Pytorch!
@mkamp
@mkamp 19 дней назад
Awesome presentation style. Love the language, the humor and the sketched diagrams, that are used consistently throughout. World class.
@mobilefrp-r9d
@mobilefrp-r9d 19 дней назад
самый лучшие в п2п связках - это Лаборатория
@Veptis
@Veptis 20 дней назад
Have been running 2.5 nightly on Arc on windows and GPU Max on IDC and it's been fine so far. Excited it's finally available directly via pip with static mkl
@mcmc6052
@mcmc6052 20 дней назад
very useful talk, thank you!
@mcmc6052
@mcmc6052 20 дней назад
Interesting talk, thank you!
@raxcoins
@raxcoins 20 дней назад
nice talk. i worked on this when i was in amd aaron did a lot of work with siuchi for the llvm IR
@joseorozco1383
@joseorozco1383 20 дней назад
@4:57 🔑 - Anush 👏🏽
@unclemusclez
@unclemusclez 21 день назад
first
@PatriciaHarris-u1u
@PatriciaHarris-u1u 21 день назад
Parisian Harbors
@hola-kx1gn
@hola-kx1gn 21 день назад
Very cool stuff
@VincenzoHanawalt-d4x
@VincenzoHanawalt-d4x 21 день назад
Eloise Union
@c_hahahaha
@c_hahahaha 21 день назад
What a mess
@shailviw
@shailviw 21 день назад
Thank you for hosting me for this talk!
@PeterParker-tu9id
@PeterParker-tu9id 23 дня назад
I think i seen that polish guy somewhere.
@PeterParker-tu9id
@PeterParker-tu9id 23 дня назад
Everything should be open source. Innovation slows down as soon as the guys in the suits come in with their whips and start the endless pursuit of returns stressing everyone out.
@braineaterzombie3981
@braineaterzombie3981 23 дня назад
numpy 🤝 pytorch 🤝 tensorflow 🤝 huggingface 🤝 colab
@ThzRealNineSmoke
@ThzRealNineSmoke 23 дня назад
Даже если связку закроют - я могу быть рад, что успел 3 раза и все, спокойно себе больше не переживаю, заработал без азарта, но так даже лучше)
@IsraelVazquezHernandez
@IsraelVazquezHernandez 24 дня назад
Огромное спасибо за рабочую связку.
@zmadscientist
@zmadscientist 25 дней назад
Small correction. We have reported over 2000 bone sites to NMMNH, not 200
@zmadscientist
@zmadscientist 25 дней назад
on a related topic - check out my series "Bone Hunt" using AI to find dinosaur bone beds (11 part series) ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-rEsRFiu-I90.html
@oldmankatan7383
@oldmankatan7383 25 дней назад
Nice use cases, thank you!
@oldmankatan7383
@oldmankatan7383 25 дней назад
Ha! I want to hear more about the crocodile from the Jurrasic!
@AnishChapagain
@AnishChapagain 26 дней назад
PyTorch has been an invaluable tool in my AI journey. Thanks for making deep learning accessible and enjoyable!
@TheCrmagic
@TheCrmagic Месяц назад
Thank you :)
@Mrduirk
@Mrduirk Месяц назад
AttributeError: module 'triton' has no attribute 'language' 🥵
@gavedu2203
@gavedu2203 Месяц назад
Finally a video production in respectable format
@yanbinhei8673
@yanbinhei8673 Месяц назад
thank you for the great videos! BTW, you are very good-looking !
@AhmedThahir2002
@AhmedThahir2002 Месяц назад
How does torch.compile compare to torch.jit.script?
@msughakighir2795
@msughakighir2795 Месяц назад
Appreciated
@akhilezai
@akhilezai Месяц назад
Please don't scroll the lines up, I'm still reading
@hedwig7s
@hedwig7s Месяц назад
Such a shame lua torch couldn't live
@btxhash2
@btxhash2 Месяц назад
Time stamps??? 🤕
@eishaenan8771
@eishaenan8771 Месяц назад
I badly wanted a cameo from Apple. I guess all they care about is money.
@adnanhashem98
@adnanhashem98 Месяц назад
If you still think you don't understand Autograd, this video (ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-hjnVLfvhN0Q.htmlsi=Y78dMifRIL_hJwyZ) walks through examples to calculate simple grads by hand and verify them using PyTorch. I understood from it more than any other video.
@dr.owl_the_great
@dr.owl_the_great Месяц назад
there is a small error in the content : Linear Layers The most basic type of neural network layer is a linear or fully connected layer. This is a layer where every input influences every output of the layer to a degree specified by the layer's weights. If a model has m inputs and n outputs, the weights will be an m * n matrix. here it should be n*m matrix.