Skip to content

This python script parses a hdf5 NN model file to retrieve the weights and bias of the saved model layers.

Notifications You must be signed in to change notification settings

otuwase-hub/HDF5_Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

HDF5_Parser

This python script parses a hdf5 NN model file to retrieve the weights and bias of the saved model layers. This was developed as a necessity during the OpenCL implementation of a multilayered perceptron model tuned and trained in python. The output is a series of .txt files each containing the corresponding weights or bias of a given layer.

About

This python script parses a hdf5 NN model file to retrieve the weights and bias of the saved model layers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages