Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This repository contains the tutorial code for building Image Classifier Using P
## Jump into code

- Click here to open the code to classify CIFAR10 in colab
[![Click here to open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Niranjankumar-c/DeepLearning-PadhAI/blob/master/DeepLearning_Materials/4_ImageClassification_Pytorch_FashionMNIST/PyTorchCNN_CIFAR10.ipynb)
[![Click here to open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Niranjankumar-c/DeepLearning-PadhAI/blob/master/DeepLearning_Materials/5_ImageClassification_Pytorch_FashionMNIST/PyTorchCNN_CIFAR10.ipynb)

- Click here to open the code to classify FashionMNIST in colab
[![Click here to open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Niranjankumar-c/DeepLearning-PadhAI/blob/master/DeepLearning_Materials/5_ImageClassification_Pytorch_FashionMNIST/PyTorchCNN_FashionMNIST.ipynb)
Expand Down