Commit Graph

49 Commits

Author SHA1 Message Date
xmuhanma
4612cd198b add oxford and aircraft
Some checks failed
Test Spaces / build (ubuntu-18.04, 3.8) (push) Has been cancelled
Test Spaces / build (ubuntu-18.04, 3.9) (push) Has been cancelled
Test Spaces / build (ubuntu-20.04, 3.6) (push) Has been cancelled
Test Spaces / build (ubuntu-20.04, 3.7) (push) Has been cancelled
Test Spaces / build (ubuntu-20.04, 3.8) (push) Has been cancelled
Test Spaces / build (ubuntu-20.04, 3.9) (push) Has been cancelled
Test Xmisc / build (macos-latest, 3.6) (push) Has been cancelled
Test Xmisc / build (macos-latest, 3.7) (push) Has been cancelled
Test Xmisc / build (macos-latest, 3.8) (push) Has been cancelled
Test Xmisc / build (macos-latest, 3.9) (push) Has been cancelled
Test Xmisc / build (ubuntu-18.04, 3.6) (push) Has been cancelled
Test Xmisc / build (ubuntu-18.04, 3.7) (push) Has been cancelled
Test Xmisc / build (ubuntu-18.04, 3.8) (push) Has been cancelled
Test Xmisc / build (ubuntu-18.04, 3.9) (push) Has been cancelled
Test Xmisc / build (ubuntu-20.04, 3.6) (push) Has been cancelled
Test Xmisc / build (ubuntu-20.04, 3.7) (push) Has been cancelled
Test Xmisc / build (ubuntu-20.04, 3.8) (push) Has been cancelled
Test Xmisc / build (ubuntu-20.04, 3.9) (push) Has been cancelled
Test Super Model / build (macos-latest, 3.6) (push) Has been cancelled
Test Super Model / build (macos-latest, 3.7) (push) Has been cancelled
Test Super Model / build (macos-latest, 3.8) (push) Has been cancelled
Test Super Model / build (macos-latest, 3.9) (push) Has been cancelled
Test Super Model / build (ubuntu-18.04, 3.6) (push) Has been cancelled
Test Super Model / build (ubuntu-18.04, 3.7) (push) Has been cancelled
Test Super Model / build (ubuntu-18.04, 3.8) (push) Has been cancelled
Test Super Model / build (ubuntu-18.04, 3.9) (push) Has been cancelled
Test Super Model / build (ubuntu-20.04, 3.6) (push) Has been cancelled
Test Super Model / build (ubuntu-20.04, 3.7) (push) Has been cancelled
Test Super Model / build (ubuntu-20.04, 3.8) (push) Has been cancelled
Test Super Model / build (ubuntu-20.04, 3.9) (push) Has been cancelled
2024-12-19 12:40:36 +01:00
c6d53f08ae can train aircraft now 2024-10-14 23:19:49 +02:00
D-X-Y
df2521e623 Fix the script path issues due to code re-org 2021-10-25 10:23:01 -07:00
D-X-Y
5d7ccd445d Move algos to NAS-Bench-201-algos 2021-06-03 01:32:00 -07:00
D-X-Y
b4e8eae63a Fix path errors in TAS due to lib->xautodl 2021-05-20 10:53:57 +08:00
D-X-Y
3fb3222e82 Update codes for draw 2020-11-26 17:56:31 +11:00
D-X-Y
7d55192d83 Sync NATS-Bench's v1.0 and update algorithm names 2020-10-15 21:56:10 +11:00
D-X-Y
ab801cbf14 Update Warmup 2020-10-08 10:19:34 +11:00
D-X-Y
ad5d6e28b9 Update NATS (sss) algorithms -- warmup 2020-10-06 20:44:15 +11:00
D-X-Y
3529b993ff re-organize NATS-Bench 2020-08-18 06:29:30 +00:00
D-X-Y
ffd23a6cbd Support GDAS (FRC), see details in docs/CVPR-2019-GDAS.md 2020-08-18 00:50:33 +00:00
D-X-Y
6facc39a42 Update weight watcher codes 2020-07-05 22:29:26 +00:00
D-X-Y
6effb6f127 Upgrade NAS-API to v2.0:
we use an abstract class NASBenchMetaAPI to define the spec of an API; it can be inherited to support different kinds of NAS API, while keep the query interface the same.
2020-06-30 09:05:38 +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
9ef1e07351 Update X scripts 2020-04-05 06:18:52 +00: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
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
e59eb804cb update NAS-Bench 2020-03-09 19:38:00 +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
1ce3249a5a update DARTS-V1 2020-01-18 22:47:10 +11:00
D-X-Y
db2760c260 support first-order DARTS on the NASNet search space 2020-01-17 22:14:47 +11:00
Yongsu Baek
a6e4c1e7cd comments fix - ENAS.sh, SETN.sh 2020-01-17 18:03:35 +09:00
D-X-Y
b299945b23 update README 2020-01-16 01:43:07 +11:00
D-X-Y
bb2f405961 102->201 / NAS->autoDL / more configs of TAS / reorganize docs / fix bugs in NAS baselines 2020-01-15 00:52:06 +11:00
D-X-Y
33384a78af update codes 2020-01-12 01:42:17 +11:00
D-X-Y
654015bf9d simplify DARTS codes and update affine/track 2020-01-11 18:46:31 +11:00
D-X-Y
c66afa4df8 NAS-sharing-parameters support 3 datasets / update ops / update pypi 2020-01-11 00:19:58 +11:00
D-X-Y
ad34af9913 update code styles 2020-01-09 22:26:23 +11:00
D-X-Y
e6ca3628ce clarify restrictions 2020-01-04 22:16:27 +11:00
D-X-Y
db44e56fb6 update hp of BOHB 2020-01-02 16:49:16 +11:00
D-X-Y
9ec25663f1 simplify baselines 2019-12-31 22:02:11 +11:00
D-X-Y
f8f44bfb31 fix bugs in RANDOM-NAS and BOHB 2019-12-29 20:17:26 +11:00
D-X-Y
4c144b7437 update README 2019-12-28 15:42:36 +11:00
D-X-Y
1d5e8debad update NAS-Bench-102 baselines 2019-12-25 10:30:50 +11:00
D-X-Y
44a0d51449 update NAS-Bench-102 baselines 2019-12-24 17:36:47 +11:00
D-X-Y
af4212b4db fix typos 2019-12-23 21:29:03 +11:00
D-X-Y
2dc8dce6d3 update NAS-Bench-102 baselines / support track_running_stats 2019-12-23 13:32:20 +11:00
D-X-Y
729ce136db rm PD ; update NAS-Bench-102 baselines 2019-12-23 11:19:09 +11:00
D-X-Y
6c5fe506d5 update configs 2019-12-09 16:20:53 +11:00
D-X-Y
7b9fc9f8fe update configs 2019-12-09 16:15:08 +11:00
D-X-Y
d175a361bd update affines for NAS 2019-12-02 18:03:40 +11:00
D-X-Y
7843940846 update baseline NAS algos 2019-11-14 13:55:42 +11:00
D-X-Y
7b354d4c74 updates 2019-11-11 00:46:02 +11:00
D-X-Y
975fe4c385 updates for beta 2019-11-09 16:50:13 +11:00
D-X-Y
a84f483882 update GDAS and SETN 2019-11-05 23:35:28 +11:00
D-X-Y
6814816d5f update scripts 2019-10-16 00:09:10 +11:00
D-X-Y
cfb462e463 Add more algorithms 2019-09-28 18:24:47 +10:00