Skip to content
Snippets Groups Projects
Commit f70b253a authored by Maximilian Xaver Tiefenbacher's avatar Maximilian Xaver Tiefenbacher
Browse files

README file added

parent ccf0011e
No related branches found
No related tags found
No related merge requests found
README 0 → 100644
the function defined in this file needs the name of a model as an input
it then converts the model into a dictonary of numpy.arrays, which can then be accessed by name of the individual layer
it is also possible to give the function the name of a layer you are interessted, which lets the function only return weights of that layer
when excecuting the file itself it will print out the name of every layer of the given model along with size of the weight matrix/bias
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment