Skip to content

Commit

Permalink
Merge pull request #24 from microsoft/master
Browse files Browse the repository at this point in the history
pull code
  • Loading branch information
chicm-ms authored Jul 8, 2019
2 parents e9040c9 + eea33e1 commit ea5f58f
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 8 deletions.
3 changes: 2 additions & 1 deletion src/sdk/pynni/nni/networkmorphism_tuner/bayesian.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@
from scipy.optimize import linear_sum_assignment
from sklearn.metrics.pairwise import rbf_kernel

from nni.utils import OptimizeMode
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


Expand Down
1 change: 0 additions & 1 deletion src/webui/src/App.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.nni{
font-family: 'Segoe';
color: #212121;
font-size: 14px;
background: #f2f2f2;
Expand Down
4 changes: 0 additions & 4 deletions src/webui/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,4 @@ table {
border-collapse: collapse;
border-spacing: 0;
}
@font-face {
font-family: 'Segoe';
src: url('./static/font/SegoePro-Regular.ttf');
}

Binary file removed src/webui/src/static/font/SegoePro-Regular.ttf
Binary file not shown.
2 changes: 0 additions & 2 deletions src/webui/src/static/style/table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,13 @@
tr{
text-align: center;
color:#212121;
font-family: 'Segoe';
font-size: 14px;
/* background-color: #f2f2f2; */
}
th{
padding: 2px;
background-color:white !important;
font-size: 14px;
font-family: 'Segoe';
color: #808080;
border-bottom: 1px solid #d0d0d0;
text-align: center;
Expand Down

0 comments on commit ea5f58f

Please sign in to comment.