Deep Learning(CS7015): Lec 11.5 Image Classification continued (GoogLeNet and ResNet)

preview_player
Показать описание
lec11mod05
Рекомендации по теме
Комментарии
Автор

16:35 If we have a trained model with less layers, why not use the weights and identity function from that model as initialization for the weights in the deeper network? That way when you go through gradient descent, we should get at least as good a solution.

mainakghosh
Автор

@11:58 How does using avg-pool instead of max pool make a change?
doesn't adjusting the size of the kernel make the difference.

mlofficial
Автор

at the avg pooling layer in google net, if a 1024x1x1 pool filter is used on 1024x7x7, wont the output be 7x7 instead of 1024?

vaibhavthalanki
Автор

D1<D, in this D is depth right? that means D =3 generally for rgb? if yes then how D1<D because as we move depth increases(as after input image D is the number of filters)

rituchoudhary