Skip to content

Commit

Permalink
ShuffleNet Implementation done
Browse files Browse the repository at this point in the history
Creating this Pull request under OpenGenus#6077  - Hacktobefest. New feature of ShuffleNet architecture added. This fixes the issue no: OpenGenus#6297 .
  • Loading branch information
nrjanjanam committed Oct 23, 2021
1 parent 9fd0776 commit 767011a
Show file tree
Hide file tree
Showing 2 changed files with 6,197 additions and 0 deletions.
9 changes: 9 additions & 0 deletions code/artificial_intelligence/src/shufflenet_v1/README.md
@@ -0,0 +1,9 @@
# ShuffeNet architecture
Implementation of ShuffleNet architecture using CIFAR 10 dataset using Pytorch. The architecture is inspired from the original [ShuffleNet paper](https://arxiv.org/abs/1707.01083).

One can replicate the same results by following these steps:
1. Downloading this jupyter notebook on Google Colab. Alternatively, they can also load the dataset to their own computers instead of using Google Drive (as done in this notebook).
2. Using GPU instead of CPU in google colab or similarly for your personal computer. In Google Colab, this can be done by going to Edit -> Notebook Settings -> Select GPU -> Save. The training happens faster with GPU as compared to CPU.
3. Running all the cells **sequentially** in the order as in the notebook.
4. It's done! You can go ahead and try the same architecture on different datasets.

Large diffs are not rendered by default.

0 comments on commit 767011a

Please sign in to comment.