Skip to content

Commit f799e8b

Browse files
author
ayasyrev
committed
fix expansion in make layer
1 parent 1b2a1ca commit f799e8b

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

model_constructor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.4"
1+
__version__ = "0.1.0"

model_constructor/_nbdev.py

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"Body": "00_constructor.ipynb",
88
"Head": "00_constructor.ipynb",
99
"init_model": "00_constructor.ipynb",
10-
"Net": "04_Net.ipynb",
10+
"Net": "81_Net.ipynb",
1111
"ConvLayer": "01_layers.ipynb",
12-
"act_fn": "04_Net.ipynb",
12+
"act_fn": "81_Net.ipynb",
1313
"Flatten": "01_layers.ipynb",
1414
"noop": "01_layers.ipynb",
1515
"Noop": "01_layers.ipynb",
@@ -22,22 +22,24 @@
2222
"SimpleSelfAttention": "01_layers.ipynb",
2323
"ConvBlockBasic": "01_layers.ipynb",
2424
"ConvBlockBottle": "01_layers.ipynb",
25-
"ResBlock": "04_Net.ipynb",
25+
"ResBlock": "81_Net.ipynb",
2626
"resnet18": "02_resnet.ipynb",
2727
"resnet34": "02_resnet.ipynb",
2828
"resnet50": "02_resnet.ipynb",
2929
"xresnet18": "03_xresnet.ipynb",
3030
"xresnet34": "03_xresnet.ipynb",
31-
"xresnet50": "04_Net.ipynb",
32-
"init_cnn": "04_Net.ipynb",
33-
"NewResBlock": "04_Net.ipynb",
34-
"me": "04_Net.ipynb"}
31+
"xresnet50": "81_Net.ipynb",
32+
"init_cnn": "81_Net.ipynb",
33+
"NewResBlock": "81_Net.ipynb",
34+
"me": "81_Net.ipynb",
35+
"NewConvLayer": "81_Net.ipynb"}
3536

3637
modules = ["constructor.py",
3738
"layers.py",
3839
"resnet.py",
3940
"xresnet.py",
40-
"net.py"]
41+
"net.py",
42+
"tst_net_2.py"]
4143

4244
doc_url = "https://ayasyrev.github.io/model_constructor/"
4345

0 commit comments

Comments
 (0)