Skip to content

Commit 293e5b9

Browse files
committed
comment otu issue
1 parent 8701092 commit 293e5b9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

nbs/models.mlp.ipynb

+4-4
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,10 @@
140140
"mlp = MLP(n_in=28*28, n_h=64, n_out=10, dropout=0.1)\n",
141141
"out = mlp(image)\n",
142142
"print(out.shape)\n",
143-
"cfg = OmegaConf.load('../config/model/image/mlpx.yaml')\n",
144-
"model = instantiate(cfg.nnet)\n",
145-
"out = model(image)\n",
146-
"print(out.shape)"
143+
"# cfg = OmegaConf.load('../config/model/image/mlpx.yaml')\n",
144+
"# model = instantiate(cfg.nnet)\n",
145+
"# out = model(image)\n",
146+
"# print(out.shape)"
147147
]
148148
},
149149
{

0 commit comments

Comments
 (0)