From f70b253a7471ba8afb86a3be0b950f598f57c337 Mon Sep 17 00:00:00 2001 From: Maximilian Xaver Tiefenbacher <a01502440@unet.univie.ac.at> Date: Mon, 18 Jan 2021 10:59:12 +0100 Subject: [PATCH] README file added --- README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..0ded992 --- /dev/null +++ b/README @@ -0,0 +1,4 @@ +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 -- GitLab