Skip to content

Matthew0x/PyTorch-Resnet-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository is synced

Implementation of Aman Kharwal's tutorial found at:

I decided to organize the presented knowledge together in a simple Jupyter notebook.

The missing dataset labels have been obtained from: https://gist.github.com/ageitgey/4e1342c10a71981d0b491e1b8227328b

ResNet-101 was trained using ImageNet dataset

Dependencies:

  • pip install torch torchvision torchaudio
  • pip install Pillow

Remember to run: python -m pip install --upgrade pip

In case of outdated packages and/or outdated Jupyter:

  • pip install pip-review
  • pip-review --local --interactive
  • pip install --upgrade --user nbconvert

About

Implementation of Aman Kharwal's ML tutorial

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published