Commit Graph

162 Commits

Author SHA1 Message Date
D-X-Y
816f111824 Add codes to evaluate the FLOPs and parameters for ResNeSt 2020-06-01 20:10:09 -07:00
D-X-Y
bc405a2e06
Update NAS-Bench-201.md 2020-04-29 23:02:07 -07:00
D-X-Y
967a000a33 Update CHANGE LOG 2020-04-12 02:56:10 +00:00
D-X-Y
4ef9531c2a Update CHANGE LOG 2020-04-12 02:55:44 +00:00
D-X-Y
b464d9dc95 Update NAS-Bench-201 2020-04-10 10:02:13 +00:00
D-X-Y
076f9c2d41 Fix bugs in TAS: missing ReLU in the end of each searching block 2020-04-09 06:19:31 +00:00
D-X-Y
569b9b406a
Merge pull request #62 from GongXinyuu/patch-1
add a missing 'dilation' argument in ReLUConvBN under POOLING
2020-04-06 21:23:08 -07:00
Xinyu Gong
1e8e028202
add a missing 'dilation' args in ReLUConvBN under POOLING 2020-04-06 22:09:25 -05:00
D-X-Y
9ef1e07351 Update X scripts 2020-04-05 06:18:52 +00:00
D-X-Y
e519ecc8e4 Add ImageNet_ResNet 2020-03-30 23:48:55 -07:00
D-X-Y
e29c86d479 Add MobileNetV2 2020-03-30 16:20:01 -07:00
D-X-Y
d70b3c528c Update README of NAS-Bench-201 2020-03-25 14:31:17 -07:00
D-X-Y
b29bba159a Fix bugs in test-ww 2020-03-21 18:24:48 -07:00
D-X-Y
87545c4477 Fix minor bugs in test-ww.py 2020-03-21 12:13:13 -07:00
D-X-Y
22025887f1 Fix the potential memory leak in NAS-Bench-201 clear_param 2020-03-21 01:33:07 -07:00
D-X-Y
b702ddf5a2 Update test weights and shapes 2020-03-20 23:38:47 -07:00
D-X-Y
d8784b3070 Avoid the memory leak 2020-03-21 16:04:12 +11:00
D-X-Y
e76451c791 Update test-weights of NAS-Bench-201 2020-03-16 11:11:01 +11:00
D-X-Y
fb76814369 Upgrade NAS-Bench-201 to APIv1.3/FILEv1.1 2020-03-15 22:50:17 +11:00
D-X-Y
c53a9ce407 Fix typos 2020-03-14 08:15:58 +11:00
D-X-Y
ac08b7be1a Update WW 2020-03-13 14:00:54 -07:00
D-X-Y
1fcde3e8ac Update Weight Watcher in utils 2020-03-11 00:44:39 -07:00
D-X-Y
2964bda731 Correct weight decay of DARTS from 5e-4 to 3e-4 2020-03-10 14:24:18 -07:00
D-X-Y
d783193392 Upgrade API of NAS-Bench-201 2020-03-10 19:08:56 +11:00
D-X-Y
c8f2a93ecf Merge branch 'master' of github.com:D-X-Y/AutoDL-Projects 2020-03-09 19:38:29 +11:00
D-X-Y
e59eb804cb update NAS-Bench 2020-03-09 19:38:00 +11:00
D-X-Y
d1d337e0f7
Update CVPR-2019-GDAS.md 2020-03-06 00:32:17 -08:00
D-X-Y
9a83814a46 update CVPR-2019-GDAS re-train NASNet-search-space searched models 2020-03-06 19:29:07 +11:00
D-X-Y
8b6df42f1f update NAS-Bench-201 status 2020-02-26 08:09:43 +11:00
D-X-Y
e0f131caac Fix typos in GDAS reduction cell 2020-02-24 15:26:43 +11:00
D-X-Y
4e322bb9c7 correct copyright date 2020-02-23 10:30:37 +11:00
Xuanyi Dong
2165b9c5b1 update GDAS reduction cell 2020-02-22 15:08:33 +11:00
D-X-Y
1efe3cbccf change batchsize in DARTS-NASNet to 64 ; add some type checking 2020-02-07 10:15:58 +11:00
D-X-Y
923b0fe9cf Fix name typo in ./scripts-search/DARTS1V-search-NASNet-space.sh 2020-02-07 09:48:29 +11:00
D-X-Y
11d3c21467 fix NAS-Bench-201 comments and add more 2020-02-04 18:22:08 +11:00
D-X-Y
25e529f788 support get_net_config for NAS-Bench-201 2020-02-02 17:20:38 +11:00
D-X-Y
133fd21ecc add necessary comments for NAS-Bench-201.md 2020-02-02 16:19:37 +11:00
D-X-Y
eb77894bc9 upgrade API version to v1.1 2020-01-22 12:03:36 +11:00
D-X-Y
3cd42e0ca1 update API 2020-01-22 12:00:22 +11:00
D-X-Y
533a508444 update TF 2020-01-20 15:24:12 +11:00
D-X-Y
1ce3249a5a update DARTS-V1 2020-01-18 22:47:10 +11:00
D-X-Y
28d354880c update GDAS 2020-01-18 21:54:17 +11:00
D-X-Y
fcb6007975 update NAS-Bench-201 API to support str2matrix and str2lists 2020-01-18 17:09:02 +11:00
D-X-Y
29565cd943 update NAS-Bench-201 API to support str2structure 2020-01-18 16:37:28 +11:00
D-X-Y
f49f8c7451 update tf-GDAS 2020-01-18 00:07:35 +11:00
D-X-Y
c2ff845d1b fix small bugs in DARTS-V1 for NASNet-Space 2020-01-17 22:28:33 +11:00
D-X-Y
db2760c260 support first-order DARTS on the NASNet search space 2020-01-17 22:14:47 +11:00
D-X-Y
56f2161a3f
Merge pull request #50 from yongsu-bloo/parent-fix
comments fix - ENAS.sh, SETN.sh
2020-01-17 20:26:03 +11:00
Yongsu Baek
a6e4c1e7cd comments fix - ENAS.sh, SETN.sh 2020-01-17 18:03:35 +09:00
D-X-Y
b89b485935 update README.md 2020-01-17 16:35:52 +11:00