Skip to content

Commit fc7693c

Browse files
FNN example explaining variable sharing.
1 parent 7d6f634 commit fc7693c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

fnn.ipynb

-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@
4747
"source": [
4848
"import tensorflow as tf\n",
4949
"import numpy as np\n",
50-
"from scipy.stats import norm\n",
51-
"\n",
5250
"\n",
5351
"def fnn(x, output_dim):\n",
5452
" #weights and biases\n",

0 commit comments

Comments
 (0)