We all remember those awesome childhood days when we use to go to amusement parks or county fairs. One of my favorite elements of these amusement parks was the fun-house mirror room. Funny mirrors ...
Search Results for: install
Multi-Label Image Classification with PyTorch
Back in 2012, a neural network won the ImageNet Large Scale Visual Recognition challenge for the first time. With that Alex Krizhevsky, Ilya Sutskever and Geoffrey Hinton revolutionized the area of ...
EfficientNet: Theory + Code
In this post, we will discuss the paper "EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks" At the heart of many computer vision tasks like image classification, object ...
Pre Trained Models for Image Classification – PyTorch for Beginners
Hi! This post is part of our PyTorch series. In the previous post, Pytorch Tutorial for beginners, we discussed PyTorch, it's strengths and why you should learn it. We also had a brief look at ...
PyTorch Tutorial For Beginners: All the Basics
The world is evolving and so is the technology serving it. It's crucial for everyone to keep up with the rapid changes in technology. One of the domains witnessing the fastest and largest evolution is ...
PyTorch Model Inference using ONNX and Caffe2
After the release of PyTorch in October 2016 by Facebook, it quickly gained popularity because of its developer friendliness. With its transparent and Pythonic interface, it is great for research and ...