Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pull #121

Merged
merged 42 commits into from
Oct 29, 2020
Merged

pull #121

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
1cd7ad5
[webui] refactor overview page (#2924)
Lijiaoa Oct 12, 2020
e5a208b
fix speedup with CUDA (#2947)
chicm-ms Oct 12, 2020
9353fab
Fix remote mode bug (#2950)
SparkSnail Oct 13, 2020
842f6cd
upgrade macos (#2949)
QuanluZhang Oct 13, 2020
88a225f
Chevron icon before table row and TableList refactoring (#2900)
ultmaster Oct 14, 2020
f110540
Merge pull request #2959 from microsoft/v1.9
liuzhe-lz Oct 15, 2020
cd23bc4
Fix Error in SPOS Example supernet.py (#2961)
HeekangPark Oct 19, 2020
4e2d8cd
Fix TF NAS naive example (#2948)
liuzhe-lz Oct 19, 2020
2750d1a
update title level (#2969)
colorjam Oct 19, 2020
f793d85
Typo mistake in Overview.md (#2977)
AnshuTrivedi Oct 19, 2020
143b5e2
Fix aml doc (#2965)
SparkSnail Oct 19, 2020
143ac28
hotfix package_utils logger (#2968)
liuzhe-lz Oct 19, 2020
d503685
Fix amc example (#2976)
chicm-ms Oct 19, 2020
58873c4
Parameterized training options for EsTrainer implementation in tensor…
code-fury Oct 19, 2020
3ffd105
Udpated concat axis to match image_data_format in keras (#2946)
code-fury Oct 19, 2020
f98ee67
[v2.0] Refactor code hierarchy (part 1) (#2962)
liuzhe-lz Oct 19, 2020
058b58a
Bump npm-user-validate from 1.0.0 to 1.0.1 in /src/nni_manager (#2972)
dependabot[bot] Oct 20, 2020
c2e6967
[webui v1.9 bug bash] fix bugs in v1.9 (#2982)
Lijiaoa Oct 20, 2020
add7ca6
Fix remote reuse bugs (#2981)
SparkSnail Oct 20, 2020
30d2911
Fix mac pipeline (#2986)
chicm-ms Oct 21, 2020
9273838
[webui v1.9 bug bash] fix bugs in v1.9 (#2989)
Lijiaoa Oct 21, 2020
35ed78c
Fix amc doc (#3004)
chicm-ms Oct 21, 2020
5eec7ea
Add windows to linux remote reuse mode pipeline (#3002)
SparkSnail Oct 21, 2020
bcddacb
Fix bug when expanding rows not on the first page (#3006)
ultmaster Oct 21, 2020
a71cbe8
fix bug for customized trial (#3003)
Lijiaoa Oct 21, 2020
eda4805
Change all master links to v1.9 (#3005)
ultmaster Oct 21, 2020
60ed8c3
Fix typo in NAS benchmark docstring (#3008)
ultmaster Oct 21, 2020
6aae16c
Fix aml cluster metadata empty bug (#3015)
SparkSnail Oct 21, 2020
1152094
fix bugs on second bug bash (#3016)
Lijiaoa Oct 22, 2020
b5e4d15
change v1.8 to v1.9 (#3017)
QuanluZhang Oct 22, 2020
e099557
[doc-v1.9] update webui document (#2985)
Lijiaoa Oct 22, 2020
e54f9db
[v1.9 bug bash] fix no-data mode table tooltip align center question …
Lijiaoa Oct 22, 2020
93a4313
Support show trial command on (remote | reuse) mode (#3020)
Lijiaoa Oct 22, 2020
e353ced
release note for v1.9 (#3019)
QuanluZhang Oct 22, 2020
8c7b03c
Merge branch 'master' of https://github.com/microsoft/nni into v19-me…
QuanluZhang Oct 22, 2020
d511c7a
fix issues in merging master
QuanluZhang Oct 23, 2020
98a72a1
Merge pull request #3021 from QuanluZhang/v19-mergeback
QuanluZhang Oct 23, 2020
77dac12
Merge pull request #3023 from microsoft/v1.9
QuanluZhang Oct 23, 2020
e21a698
[v2.0] Refactor code hierarchy (part 2) (#2987)
liuzhe-lz Oct 26, 2020
3b90b9d
Merge branch 'master' into v2.0-merge
liuzhe-lz Oct 26, 2020
ff1af7f
Merge pull request #3029 from liuzhe-lz/v2.0-merge
liuzhe-lz Oct 27, 2020
80b6cb3
Merge pull request #3030 from microsoft/v2.0
liuzhe-lz Oct 27, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/nni_node/
/toolchain/

# unit test generated files
/test/model_path/
/test/temp.json
/test/ut/sdk/*.pth


# Logs
logs
*.log
Expand Down
261 changes: 0 additions & 261 deletions Makefile

This file was deleted.

8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The tool manages automated machine learning (AutoML) experiments, **dispatches a
* Researchers and data scientists who want to easily **implement and experiment new AutoML algorithms**, may it be: hyperparameter tuning algorithm, neural architect search algorithm or model compression algorithm.
* ML Platform owners who want to **support AutoML in their platform**.

### **[NNI v1.8 has been released!](https://github.com/microsoft/nni/releases) &nbsp;<a href="#nni-released-reminder"><img width="48" src="docs/img/release_icon.png"></a>**
### **[NNI v1.9 has been released!](https://github.com/microsoft/nni/releases) &nbsp;<a href="#nni-released-reminder"><img width="48" src="docs/img/release_icon.png"></a>**

## **NNI capabilities in a glance**

Expand Down Expand Up @@ -246,7 +246,7 @@ The following example is built on TensorFlow 1.x. Make sure **TensorFlow 1.x is
* Download the examples via clone the source code.

```bash
git clone -b v1.8 https://github.com/Microsoft/nni.git
git clone -b v1.9 https://github.com/Microsoft/nni.git
```

* Run the MNIST example.
Expand Down Expand Up @@ -294,8 +294,8 @@ You can use these commands to get more information about the experiment
* Open the `Web UI url` in your browser, you can view detail information of the experiment and all the submitted trial jobs as shown below. [Here](docs/en_US/Tutorial/WebUI.md) are more Web UI pages.

<table style="border: none">
<th><img src="./docs/img/webui_overview_page.png" alt="drawing" width="395"/></th>
<th><img src="./docs/img/webui_trialdetail_page.png" alt="drawing" width="410"/></th>
<th><img src="./docs/img/webui-img/full-oview.png" alt="drawing" width="395" height="300"/></th>
<th><img src="./docs/img/webui-img/full-detail.png" alt="drawing" width="410" height="300"/></th>
</table>

## **Documentation**
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@

from .__init__ import *

import sys
import ast
import json
import os
import shutil
import tempfile
from unittest import TestCase, main
from unittest import TestCase, main, skipIf


class AnnotationTestCase(TestCase):
Expand All @@ -26,6 +27,7 @@ def test_search_space_generator(self):
with open('testcase/searchspace.json') as f:
self.assertEqual(search_space, json.load(f))

@skipIf(sys.version_info.major == 3 and sys.version_info.minor > 7, "skip for python3.8 temporarily")
def test_code_generator(self):
code_dir = expand_annotations('testcase/usercode', '_generated/usercode', nas_mode='classic_mode')
self.assertEqual(code_dir, '_generated/usercode')
Expand Down
Loading