https://github.com/arrmansa/model-compression-by-partially-connected-layers
Decrease the model size by replacing fully connected layers with partially connected layers
https://github.com/arrmansa/model-compression-by-partially-connected-layers
Last synced: 2 months ago
JSON representation
Decrease the model size by replacing fully connected layers with partially connected layers
- Host: GitHub
- URL: https://github.com/arrmansa/model-compression-by-partially-connected-layers
- Owner: arrmansa
- License: apache-2.0
- Created: 2021-06-13T03:50:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-13T03:52:40.000Z (almost 4 years ago)
- Last Synced: 2025-01-22T18:09:35.242Z (4 months ago)
- Language: Jupyter Notebook
- Size: 97.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Model-compression-by-partially-connected-layers
Decrease the model size by replacing fully connected layers with partially connected layers (Pytorch)