Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
ea5f58f9
Unverified
Commit
ea5f58f9
authored
Jul 08, 2019
by
chicm-ms
Committed by
GitHub
Jul 08, 2019
Browse files
Merge pull request #24 from microsoft/master
pull code
parents
e9040c9b
eea33e1a
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
8 deletions
+2
-8
src/sdk/pynni/nni/networkmorphism_tuner/bayesian.py
src/sdk/pynni/nni/networkmorphism_tuner/bayesian.py
+2
-1
src/webui/src/App.css
src/webui/src/App.css
+0
-1
src/webui/src/index.css
src/webui/src/index.css
+0
-4
src/webui/src/static/font/SegoePro-Regular.ttf
src/webui/src/static/font/SegoePro-Regular.ttf
+0
-0
src/webui/src/static/style/table.scss
src/webui/src/static/style/table.scss
+0
-2
No files found.
src/sdk/pynni/nni/networkmorphism_tuner/bayesian.py
View file @
ea5f58f9
...
@@ -29,8 +29,9 @@ from scipy.linalg import LinAlgError, cho_solve, cholesky, solve_triangular
...
@@ -29,8 +29,9 @@ from scipy.linalg import LinAlgError, cho_solve, cholesky, solve_triangular
from
scipy.optimize
import
linear_sum_assignment
from
scipy.optimize
import
linear_sum_assignment
from
sklearn.metrics.pairwise
import
rbf_kernel
from
sklearn.metrics.pairwise
import
rbf_kernel
from
nni.utils
import
OptimizeMode
from
nni.networkmorphism_tuner.graph_transformer
import
transform
from
nni.networkmorphism_tuner.graph_transformer
import
transform
from
nni.networkmorphism_tuner.utils
import
Constant
,
OptimizeMode
from
nni.networkmorphism_tuner.utils
import
Constant
from
nni.networkmorphism_tuner.layers
import
is_layer
from
nni.networkmorphism_tuner.layers
import
is_layer
...
...
src/webui/src/App.css
View file @
ea5f58f9
.nni
{
.nni
{
font-family
:
'Segoe'
;
color
:
#212121
;
color
:
#212121
;
font-size
:
14px
;
font-size
:
14px
;
background
:
#f2f2f2
;
background
:
#f2f2f2
;
...
...
src/webui/src/index.css
View file @
ea5f58f9
...
@@ -49,8 +49,4 @@ table {
...
@@ -49,8 +49,4 @@ table {
border-collapse
:
collapse
;
border-collapse
:
collapse
;
border-spacing
:
0
;
border-spacing
:
0
;
}
}
@font-face
{
font-family
:
'Segoe'
;
src
:
url('./static/font/SegoePro-Regular.ttf')
;
}
src/webui/src/static/font/SegoePro-Regular.ttf
deleted
100644 → 0
View file @
e9040c9b
File deleted
src/webui/src/static/style/table.scss
View file @
ea5f58f9
...
@@ -30,7 +30,6 @@
...
@@ -30,7 +30,6 @@
tr
{
tr
{
text-align
:
center
;
text-align
:
center
;
color
:
#212121
;
color
:
#212121
;
font-family
:
'Segoe'
;
font-size
:
14px
;
font-size
:
14px
;
/* background-color: #f2f2f2; */
/* background-color: #f2f2f2; */
}
}
...
@@ -38,7 +37,6 @@
...
@@ -38,7 +37,6 @@
padding
:
2px
;
padding
:
2px
;
background-color
:white
!
important
;
background-color
:white
!
important
;
font-size
:
14px
;
font-size
:
14px
;
font-family
:
'Segoe'
;
color
:
#808080
;
color
:
#808080
;
border-bottom
:
1px
solid
#d0d0d0
;
border-bottom
:
1px
solid
#d0d0d0
;
text-align
:
center
;
text-align
:
center
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment