Understanding how the dimension of your input image changes as it progresses through the Neural Network Layers can be challenging to understand at times.
There is a module named 'torchsummary' which can easily do this task for you!
Here is how it works.
A Visual Thread π§΅π
1οΈβ£ Consider the above example where you have already defined a model named 'ConvNet', which has
- 2 convolutional layers,
- then a dropout
- and finally 2 linear layers.
Mar 9, 2022 β’ 8 tweets β’ 2 min read
Just secured the 1st Position π₯ in a @kaggle community competition hosted by @weights_biases and Deep Learning Sessions Portugal!
Know more π§΅π
The challenge was a Multiclass Image Classification Problem consisting of 8 classes of Microscopic Blood cell images.
Jan 20, 2022 β’ 13 tweets β’ 9 min read
I have written 1000s of lines of code and built multiple projects in PyTorch.
On @PyTorch 's 5 year completion, I am sharing Top 10 resources you can use to learn this awesome Deep Learning framework from scratch!
A Visual Thread (with links)π§΅π
1οΈβ£ PyTorch Official Tutorials -
PyTorch has some extensive and clear tutorials in all domains like Text, Audio, Image, Video, Reinforcement Learning and so on.