mhamdan91 / cnn-vhdl-generator

AUTOMATIC VHDL GENERATION FOR CNN MODELS
MIT License
31 stars 13 forks source link

Weights/Biases binary representation #9

Open saifmassoudsaif opened 1 year ago

saifmassoudsaif commented 1 year ago

Hi, how to convert the h5 model to Weights in a binary representation (format txt )?

Thank you in advance.

mhamdan91 commented 1 year ago

Hi, I have not worked on this project in a long time, but I'll try and upport reading json files and deprecate the txt formatting. In the meantime, people have wrote their own writers to convert weights to the txt formatting.