Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hazooree/compressing-neural-network-model-and-saving-weights-in-file-and-uncompressing-back
Saving a Trained Model of a Neural Network in Compressed Sparse Column (CSC) format and loading and un-compressing the weights from CSC format.
https://github.com/hazooree/compressing-neural-network-model-and-saving-weights-in-file-and-uncompressing-back
Last synced: 5 days ago
JSON representation
Saving a Trained Model of a Neural Network in Compressed Sparse Column (CSC) format and loading and un-compressing the weights from CSC format.
- Host: GitHub
- URL: https://github.com/hazooree/compressing-neural-network-model-and-saving-weights-in-file-and-uncompressing-back
- Owner: hazooree
- Created: 2019-04-24T14:32:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-24T14:39:15.000Z (over 5 years ago)
- Last Synced: 2024-11-10T03:35:41.427Z (2 months ago)
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Saving Compressed Model Weights in File and Loading and Uncompressing Weights
Saving a Trained Model of a Neural Network in Compressed Sparse Column (CSC) format and loading and un-compressing the weights from CSC format.