File tree Expand file tree Collapse file tree 4 files changed +4
-38
lines changed
Expand file tree Collapse file tree 4 files changed +4
-38
lines changed Original file line number Diff line number Diff line change 22> Constructor to create pytorch model.
33
44
5- # News
6-
7- 2020-07-29 added YaResNet and MXResNet constructor.
8- 2020-05-10 added Twist module.
9-
105## Install
116
127` pip install model-constructor `
138
14- Or instll from repo:
9+ Or install from repo:
1510
1611` pip install git+https://github.com/ayasyrev/model_constructor.git `
1712
Original file line number Diff line number Diff line change 3636</ div >
3737 {% endraw %}
3838
39- < div class ="cell border-box-sizing text_cell rendered "> < div class ="inner_cell ">
40- < div class ="text_cell_render border-box-sizing rendered_html ">
41- < h1 id ="News "> News< a class ="anchor-link " href ="#News "> </ a > </ h1 >
42- </ div >
43- </ div >
44- </ div >
45- < div class ="cell border-box-sizing text_cell rendered "> < div class ="inner_cell ">
46- < div class ="text_cell_render border-box-sizing rendered_html ">
47- < p > 2020-07-29 added YaResNet and MXResNet constructor.< br >
48- 2020-05-10 added Twist module.</ p >
49-
50- </ div >
51- </ div >
52- </ div >
5339< div class ="cell border-box-sizing text_cell rendered "> < div class ="inner_cell ">
5440< div class ="text_cell_render border-box-sizing rendered_html ">
5541< h2 id ="Install "> Install< a class ="anchor-link " href ="#Install "> </ a > </ h2 >
@@ -65,7 +51,7 @@ <h2 id="Install">Install<a class="anchor-link" href="#Install"> </a></h2>
6551</ div >
6652< div class ="cell border-box-sizing text_cell rendered "> < div class ="inner_cell ">
6753< div class ="text_cell_render border-box-sizing rendered_html ">
68- < p > Or instll from repo:</ p >
54+ < p > Or install from repo:</ p >
6955
7056</ div >
7157</ div >
Original file line number Diff line number Diff line change 5252 " > Constructor to create pytorch model."
5353 ]
5454 },
55- {
56- "cell_type" : " markdown" ,
57- "metadata" : {},
58- "source" : [
59- " # News"
60- ]
61- },
62- {
63- "cell_type" : " markdown" ,
64- "metadata" : {},
65- "source" : [
66- " 2020-07-29 added YaResNet and MXResNet constructor. \n " ,
67- " 2020-05-10 added Twist module."
68- ]
69- },
7055 {
7156 "cell_type" : " markdown" ,
7257 "metadata" : {},
8570 "cell_type" : " markdown" ,
8671 "metadata" : {},
8772 "source" : [
88- " Or instll from repo:"
73+ " Or install from repo:"
8974 ]
9075 },
9176 {
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ license = apache2
1616status = 2
1717nbs_path = nbs
1818doc_path = docs
19- requirements = fastcore torch
19+ requirements = fastcore torch numpy
2020doc_host = https://ayasyrev.github.io
2121doc_baseurl = /model_constructor/
2222git_url = https://github.com/ayasyrev/model_constructor/tree/master/
You can’t perform that action at this time.
0 commit comments