Тёмный

Image Classification using CNN from Scratch in Pytorch- Part 1 Training 

AI-SPECIALS
Подписаться 861
Просмотров 90 тыс.
50% 1

Github Link:
github.com/gau...

Опубликовано:

 

7 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 77   
@jazminemei6228
@jazminemei6228 2 года назад
This explained the CNN model and the coding so well. I have been trying to find a video like this for ages. Thank you so much!!!!!!
@aniketwagh570
@aniketwagh570 3 года назад
after learning pytorch this was the only video with practical implementation .. Great video man
@questscape
@questscape 2 года назад
A bug that I couldn't find the whole night got resolved after watching this video. Thanks a ton!!
@anushkaagarwal8250
@anushkaagarwal8250 2 года назад
This is the most detailed and clear explanation one could have asked for.
@hyunsukko5627
@hyunsukko5627 Год назад
Thank you so much for a detailed run-through on the shape of each layer!
@claricelee1079
@claricelee1079 3 года назад
If you're a newbie like me, practicing on a low-end Graphic card, following this video exactly, but found: "RuntimeError: CUDA error: out of memory” Reduce the batch_size in your train_load and test_loade. I downsize the batch_size to 64 to get it run without error.
@dhanyams255
@dhanyams255 8 месяцев назад
Very very well explained.. Please keep up doing such great contents.
@africandawahrevival
@africandawahrevival Год назад
Best explanation ever, almost like cheating lol, given my months of studying this stuff
@samathapsalim4085
@samathapsalim4085 10 месяцев назад
Thank you so much for this tutorial. Ive been looking for something like this for ages. Please do more videos like this. Kindly add automatic subtitles. Could you please do a tutorial on video object detection using pytorch?
@deanhudek796
@deanhudek796 2 года назад
awesome video man! you really helped me with my struggle with pytorch, thank you so much!
@elyseemanimpiregasanaelyse7311
@elyseemanimpiregasanaelyse7311 2 года назад
Interesting, really understand convolution
@user-dn7oq4nm6f
@user-dn7oq4nm6f 2 года назад
Thanks for making this amazing video, it would be better if you add the automatic subtitle.
@sheaikhnazib2806
@sheaikhnazib2806 3 месяца назад
Thank you so much for the video. This helped me a lot
@tanishqsirohi2385
@tanishqsirohi2385 3 года назад
You are best. It is really helpful. Thanks brother.
@qianzhang2031
@qianzhang2031 2 года назад
good!you deserve 1kk subscribers!
@UrvilPanchal
@UrvilPanchal 2 месяца назад
Thank you so much.💥
@manishsharma2211
@manishsharma2211 3 года назад
I was looking exactly for this , thanks much man :)
@308siddhu
@308siddhu 2 года назад
Awesome explanation
@kelixoderamirez
@kelixoderamirez Год назад
permission to learn sir. thanks
@karthikeyanak9460
@karthikeyanak9460 2 года назад
Excellent video
@ramendrachaudhary9784
@ramendrachaudhary9784 2 года назад
Very well explained
@TheSougata1
@TheSougata1 2 года назад
How image size Reduce to the factor of 2 with kernel_size=2 in max-pooling where stride and padding are not defined?
@kyledpimentel
@kyledpimentel 3 года назад
Hi, thank you for this awesome video. I would like to ask if I can run this model on the RPI4 and have my interference through the RPI?
@kinlanac1305
@kinlanac1305 3 года назад
very informative video. can you do another video for image classification using historical weather(LSTM) data and images (CNN).one neural network with two branches.
@teetanrobotics5363
@teetanrobotics5363 3 года назад
Amazing explaination. could you please make for RNNs, LSTMs, GANs , VAEs and Transformers ?
@RabiulIslam-tw6qc
@RabiulIslam-tw6qc 2 года назад
cuda is not found in Ge Force RTX 3080 NVIDIA graphics. How to fix it? I am using Pycharm for coding.
@asfandtoor4374
@asfandtoor4374 2 года назад
How did he know what kind of network with how many layers, kernels, strides etc he has to create? I mean I have been told that its trial based, but there should be some basis or foundation.
@patrickduhirwenzivugira4729
@patrickduhirwenzivugira4729 3 года назад
Thank you for this great tutorial
@MemoirsOfMadLad
@MemoirsOfMadLad Год назад
Great video!
@dhanyams255
@dhanyams255 8 месяцев назад
On what basis we should select the no of output channels
@vyshnavikrish4530
@vyshnavikrish4530 3 года назад
Thanks really helpful
@abhishekpawar1207
@abhishekpawar1207 Год назад
Please Help!. I don't understand why did you used 12 as output channels?
@AbdullahJirjees
@AbdullahJirjees 2 года назад
Hi and thank you for your video, how can I apply your tutorial to my dataset? I have already annotated the dataset and split them to train test and valid, I want to use MobileNet classifier for the task. Can you guide me?
@arunakumariv3880
@arunakumariv3880 Год назад
my model accuracy is very less, its nearly 7% after implementing cnn model. what might be the reason
@falconpartners.7875
@falconpartners.7875 2 года назад
Can u send the data set for silkworm cocoon whether it is defective or not or can u explain it
@AhmedIqbal
@AhmedIqbal 4 года назад
Amazing Tutorial, this code is good for classification type task. I have project to perform semantic segmentation on images using CNN. Images contain "cancer image", and "Ground Truth" images. Please let me know how i perform this task using Pytorch? Finally, I want to calculate the IoU and Accuracy of proposed model.
@ai-specials8267
@ai-specials8267 4 года назад
Hi Ahmed, Thanks :) I believe you have the original images and their respective binary masks. For starter I would suggest you to train your dataset using detectron2 branch from facebookresearch. It is build upon pytorch and uses mask-rcnn network and gives great results.
@hasanali206
@hasanali206 2 года назад
can you please help me to evaluate this dataset using confusion matrix
@alzheimancer
@alzheimancer 3 года назад
Informative !
@subinayadhikary8269
@subinayadhikary8269 3 года назад
This is very helpful to me. I got a problem that " _init_() got an unexpected argument 'num classes' ". How can I fix this problem?
@susmitakar1122
@susmitakar1122 3 года назад
Hello.....did you got your solution? Same problem i have faced.
@gilbertalerta3099
@gilbertalerta3099 10 месяцев назад
Hello, i encountered same problem. Do you have the solution now?
@yongxing1848
@yongxing1848 2 года назад
the test and train images, can they be the same or they have to be different
@sarathsrinivasgorantla68
@sarathsrinivasgorantla68 2 года назад
i am getting an error near " self.conv1=nn.Conv2d(in_channels=3,out_channel=12,kernel_size,stride=1,padding=1) " positional argument follows keyword argument (syntax error), can someone pls tell how to fix that
@rsmith6894
@rsmith6894 Год назад
missing s at end of out_channels and missing value for kernel_size=3
@V.HARSHABTech_AIML
@V.HARSHABTech_AIML 6 месяцев назад
im getting error on printing epoch could you say me how to fix ? @@rsmith6894
@HauntedMemories-ks2ow
@HauntedMemories-ks2ow Год назад
nice 1
@darrenchai1183
@darrenchai1183 2 года назад
Hello, can anyone tell me how to add the validation loss in here?
@cagatayparlar7235
@cagatayparlar7235 3 года назад
Thanks a lot
@muhammadzubairbaloch3224
@muhammadzubairbaloch3224 3 года назад
please make more lectures
@stevenandreibarrios396
@stevenandreibarrios396 2 года назад
why am i getting this error " in __iter__ raise TypeError('iteration over a 0-d tensor') TypeError: iteration over a 0-d tensor"
@davidufot294
@davidufot294 Год назад
hey, did you find a fix for this, please? i'm still facing the same error
@triyabyadwal9567
@triyabyadwal9567 3 года назад
what is the architecture of model used here? architecture as in resnet, resnext, efiicientnet and so on..
@samiulhuda8978
@samiulhuda8978 2 года назад
I have the same question. Let me know if you get the answer, please. Thank you.
@vivekm345
@vivekm345 3 года назад
sir, you done same method using another algorithm?
@rabomeister
@rabomeister 2 года назад
It may be a bit late but why do you use int as test_accuracy += int(torch.sum(prediction == labels.data)) I mean, every data we collect here is float always. Losses are float, so is accuracy. Why did we use 'int' there? Great tutorial by the way.
@omkale3132
@omkale3132 2 года назад
no special reason, you can use float as well with decimal up to 2 digits
@telugu_chokka
@telugu_chokka Год назад
how to calculate f1 score ?
@aadhu564
@aadhu564 Год назад
Is test folder have images
@cricket_er_adda
@cricket_er_adda 3 года назад
how much it take time to execute via cpu?
@PadminiMansingh
@PadminiMansingh 3 года назад
How can I split the own imagedataset into x train n y train
@PadminiMansingh
@PadminiMansingh 3 года назад
@@CE--NamanVyas thanks sir🙏
@priyakonda4592
@priyakonda4592 3 года назад
How the output channels is given as 12?
@chootzesien9315
@chootzesien9315 3 года назад
This is randomly assigned, 12 means 12 neuron for the next layer
@indmkc
@indmkc 2 года назад
NameError: name 'ConvNet' is not defined how to fix??
@davidufot294
@davidufot294 Год назад
hey, did you find a fix for this, please? i'm still facing the same error
@blackpepper2610
@blackpepper2610 3 года назад
hello why is there such a big difference between train acc and test acc?
@rabomeister
@rabomeister 2 года назад
Its hard to say that model is well-working. Not surprising, no one gives you a perfect model for tutorial.
@blackpepper2610
@blackpepper2610 2 года назад
@@rabomeister there is
@rabomeister
@rabomeister 2 года назад
@@blackpepper2610 what the f are you talking bout
@rabomeister
@rabomeister 2 года назад
@@blackpepper2610 Checked now, this dude does not use zero_grad in test.
@blackpepper2610
@blackpepper2610 2 года назад
@@rabomeister watch your mouth
@rameshwarsingh5859
@rameshwarsingh5859 2 года назад
🦈
@ethanthomas3445
@ethanthomas3445 Год назад
bro forgot shift tab was a thing 23:21
@pengguanghe7370
@pengguanghe7370 3 года назад
Your accent is pretty weird, but I like your course hahah, thanks for your contribution
@notknown9307
@notknown9307 3 года назад
Indian accent
Далее
ПРИКОЛЫ НАД БРАТОМ #shorts
00:23
Просмотров 2,5 млн
How I’d learn ML in 2024 (if I could start over)
7:05
PyTorch in 100 Seconds
2:43
Просмотров 912 тыс.
Diffusion models from scratch in PyTorch
30:54
Просмотров 247 тыс.