Skip to content

Commit 12fcfe6

Browse files
committed
docs, fix typos
1 parent 8f8fab9 commit 12fcfe6

39 files changed

+4540
-5110
lines changed

Nbs/00_ModelConstructor.ipynb

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -430,41 +430,6 @@
430430
"assert y.shape == torch.Size([bs_test, 128, 32, 32]), f\"size\""
431431
]
432432
},
433-
{
434-
"cell_type": "code",
435-
"execution_count": 16,
436-
"metadata": {
437-
"ExecuteTime": {
438-
"end_time": "2021-12-28T14:55:36.421461Z",
439-
"start_time": "2021-12-28T14:55:36.404022Z"
440-
},
441-
"scrolled": true
442-
},
443-
"outputs": [],
444-
"source": [
445-
"# block = ResBlock(2, 64, 64, sa=True, se=True)\n",
446-
"# block"
447-
]
448-
},
449-
{
450-
"cell_type": "code",
451-
"execution_count": 17,
452-
"metadata": {
453-
"ExecuteTime": {
454-
"end_time": "2021-12-28T14:55:36.668838Z",
455-
"start_time": "2021-12-28T14:55:36.632944Z"
456-
}
457-
},
458-
"outputs": [],
459-
"source": [
460-
"# #hide\n",
461-
"# bs_test = 16\n",
462-
"# xb = torch.randn(bs_test, 128, 32, 32)\n",
463-
"# y = block(xb)\n",
464-
"# print(y.shape)\n",
465-
"# assert y.shape == torch.Size([bs_test, 128, 32, 32]), f\"size\""
466-
]
467-
},
468433
{
469434
"cell_type": "code",
470435
"execution_count": 18,
@@ -649,13 +614,6 @@
649614
"assert y.shape == torch.Size([bs_test, 64, 32, 32]), f\"size\""
650615
]
651616
},
652-
{
653-
"cell_type": "code",
654-
"execution_count": null,
655-
"metadata": {},
656-
"outputs": [],
657-
"source": []
658-
},
659617
{
660618
"cell_type": "code",
661619
"execution_count": 24,

0 commit comments

Comments
 (0)