Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MandyMo authored May 23, 2019
1 parent d1fa94a commit 9dde7c3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@
This is a pytorch implementation of the DARTS.

Since the [offical released code](https://github.com/quark0/darts.git) does not support the pytorch 0.4 or later, here we reimplement the DARTS with pytorch 1.0.

# search model
nohup python3 train_search.py > train_search.log &

# training searched model
nohup python3 train_model.py > train_model.log &

0 comments on commit 9dde7c3

Please sign in to comment.