Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.