-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Neural Network Compression and Acceleration Methods | ||
|
||
I am currently doing a survey of the different neural network | ||
compression and acceleration methods. In this survey, I will choose some | ||
of the most representative techniques of the different methods that can | ||
be implemented with the available frameworks. | ||
|
||
This repo currently contains a PyTorch implementation of the popular | ||
VGG16 network, which will serve as a base for the network comparisons | ||
with the selected methods. The methods chosen will be added to this | ||
repo. |