From 4d250ede2a9719dac39e82ba4b025a1705d7722f Mon Sep 17 00:00:00 2001 From: markus rothgaenger <mrothgaenger@techfak.uni-bielefeld.de> Date: Sun, 27 Mar 2022 21:18:44 +0200 Subject: [PATCH] wip --- shape_complexity/shape_complexity_VAE.ipynb | 24 +++++++++++++++------ 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/shape_complexity/shape_complexity_VAE.ipynb b/shape_complexity/shape_complexity_VAE.ipynb index 09285df..fd82926 100644 --- a/shape_complexity/shape_complexity_VAE.ipynb +++ b/shape_complexity/shape_complexity_VAE.ipynb @@ -346,7 +346,7 @@ }, { "cell_type": "code", - "execution_count": 54, + "execution_count": 55, "metadata": {}, "outputs": [ { @@ -366,8 +366,12 @@ "output_type": "stream", "text": [ "['0.95', '0.97', '0.99', '0.99']\n", - "['0.79', '0.71', '0.78', '0.93']\n", - "['0.91', '0.93', '0.94', '0.99']\n" + "['0.79', '0.71', '0.77', '0.94']\n", + "['0.91', '0.93', '0.95', '0.99']\n", + "bottle. ratio\t16/2\t\t16/4\t\t16/8\t\t8/2\t\t8/4\t\t4/2\n", + "label1\t\t0.9544\t\t0.9725\t\t0.9890\t\t0.9544\t\t0.9725\t\t0.9544\n", + "label2\t\t0.7907\t\t0.7105\t\t0.7736\t\t0.7907\t\t0.7105\t\t0.7907\n", + "label3\t\t0.9050\t\t0.9292\t\t0.9531\t\t0.9050\t\t0.9292\t\t0.9050\n" ] }, { @@ -386,8 +390,11 @@ "name": "stdout", "output_type": "stream", "text": [ - "['0.80', '0.84', '0.83', '0.88']\n", - "['0.95', '0.97', '0.98', '0.99']\n" + "['0.80', '0.84', '0.84', '0.88']\n", + "['0.95', '0.97', '0.98', '0.99']\n", + "bottle. ratio\t16/2\t\t16/4\t\t16/8\t\t8/2\t\t8/4\t\t4/2\n", + "label1\t\t0.7961\t\t0.8387\t\t0.8350\t\t0.7961\t\t0.8387\t\t0.7961\n", + "label2\t\t0.9456\t\t0.9725\t\t0.9780\t\t0.9456\t\t0.9725\t\t0.9456\n" ] }, { @@ -406,8 +413,11 @@ "name": "stdout", "output_type": "stream", "text": [ - "['0.75', '0.80', '0.80', '0.84']\n", - "['0.95', '0.97', '0.98', '0.99']\n" + "['0.75', '0.79', '0.79', '0.84']\n", + "['0.95', '0.97', '0.98', '0.99']\n", + "bottle. ratio\t16/2\t\t16/4\t\t16/8\t\t8/2\t\t8/4\t\t4/2\n", + "label1\t\t0.7483\t\t0.7936\t\t0.7931\t\t0.7483\t\t0.7936\t\t0.7483\n", + "label2\t\t0.9456\t\t0.9703\t\t0.9776\t\t0.9456\t\t0.9703\t\t0.9456\n" ] } ], -- GitLab