Skip to content

Commit

Permalink
readme modified
Browse files Browse the repository at this point in the history
  • Loading branch information
java-abhinav07 committed Apr 3, 2021
1 parent 247c3c7 commit 9833eb0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# NasNet 2018

Most of the code in this repo is from https://github.com/MarSaKi/nasnet

This code is the reimplementation of "Learning Transferable Architectures for Scalable Image Recognition",
including the training process of controller. This code contains three algorithms to search model, Random Search,
Policy Gradient and PPO.
Expand Down Expand Up @@ -32,4 +34,4 @@ python draw.py
<p align="center">
<img src="fig/search.png" alt="search_process" width="75%">
</p>
We can see RL search is better than random search, also PPO is more stable and faster.
We can see RL search is better than random search, also PPO is more stable and faster.

0 comments on commit 9833eb0

Please sign in to comment.