Skip to content

A Repository Exploring Serialization Techniques for ML Models

Notifications You must be signed in to change notification settings

DCP-CloudMesh/MLSerialization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

ML Serialization

A Repository Exploring Serialization Techniques for ML Models

Protobuf

The first technique for serialization that we attempted is Protobuf serialization.

We create some protobuf that stores the pickled weights and the name of the model. In the future, this protobuf definition will likely become expanded to include more model metadata for training information. The pickled file is the best way to compress this data.

About

A Repository Exploring Serialization Techniques for ML Models

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages