Skip to content

myakmaz/alexnet-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alexnet-pytorch

AlexNet implemented in PyTorch.

This models are created from scratch using the AlexNet paper and PyTorch 2.0.1
Sequential models are used to create layers.

I included some basic utilities for training and testing processes. The code is device agnostic (detects the correct device).

CIFAR10 dataset is used for training and testing models.
Feel free to use this work and test with different datasets!

About

Implementation of AlexNet CNN in PyTorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages