From ea0cf92cb2e80fb3b74c8642a9cb5d3d07092c25 Mon Sep 17 00:00:00 2001 From: D-X-Y <280835372@qq.com> Date: Wed, 15 Jan 2020 01:33:26 +1100 Subject: [PATCH] update README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index facd605..9b14a69 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,14 @@ This project implemented several neural architecture search (NAS) and hyper-para ## **Who should consider using AutoDL-Projects** -- Beginner who want to **try different AutoDL algorithms** for study -- Engineer who want to **try AutoDL** to investigate whether AutoDL works on your projects +- Beginners who want to **try different AutoDL algorithms** +- Engineers who want to **try AutoDL** to investigate whether AutoDL works on your projects - Researchers who want to **easily** implement and experiement **new** AutoDL algorithms. ## **Why should we use AutoDL-Projects** -- Simplest library dependencies: each examlpe is purely relied on PyTorch or Tensorflow (except for some basic libraries in Anaconda) -- All algorithms are in the same codebase. If you implement new algorithms, it is easy to fairly compare with many other baselines. -- I will actively support this project, because all my furture AutoDL research will be built upon this project. +- Simple library dependencies +- All algorithms are in the same codebase +- Active maintenance ## AutoDL-Projects Capabilities