Update 02_MNIST_SLN.ipynb
This commit is contained in:
parent
63c90f815e
commit
3cb5f81736
@ -80,6 +80,7 @@
|
|||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"# %load -s Linear mlp/layers.py\n",
|
"# %load -s Linear mlp/layers.py\n",
|
||||||
|
"# DO NOT RUN THIS CELL (AS YOU WILL GET ERRORS), IT WAS JUST LOADED TO VISUALISE ABOVE COMMENTS\n",
|
||||||
"class Linear(Layer):\n",
|
"class Linear(Layer):\n",
|
||||||
"\n",
|
"\n",
|
||||||
" def __init__(self, idim, odim,\n",
|
" def __init__(self, idim, odim,\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user