Commit fed22730 authored by Kaan Güney Keklikçi's avatar Kaan Güney Keklikçi

imported missing package

parent 2ca02c93
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 2, "execution_count": 198,
"id": "9f0b013a", "id": "9f0b013a",
"metadata": { "metadata": {
"scrolled": true "scrolled": true
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
" (0.7775608374378459, 0.8840392521212448, 0.9452007992345052)]" " (0.7775608374378459, 0.8840392521212448, 0.9452007992345052)]"
] ]
}, },
"execution_count": 2, "execution_count": 198,
"metadata": {}, "metadata": {},
"output_type": "execute_result" "output_type": "execute_result"
} }
...@@ -86,6 +86,7 @@ ...@@ -86,6 +86,7 @@
"from tensorflow.keras.layers import Dense, Flatten, Reshape, Input, BatchNormalization\n", "from tensorflow.keras.layers import Dense, Flatten, Reshape, Input, BatchNormalization\n",
"from tensorflow.keras.losses import Loss\n", "from tensorflow.keras.losses import Loss\n",
"import scipy\n", "import scipy\n",
"import ks2d2s\n",
"\n", "\n",
"tfd = tfp.distributions\n", "tfd = tfp.distributions\n",
"tfb = tfp.bijectors\n", "tfb = tfp.bijectors\n",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment