Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
add run an evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
Superjomn committed Mar 21, 2018
1 parent f3a5691 commit 86dfc28
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions doc/howto.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,20 @@ for batch_id, data in enumerate(train_reader()):
for factor in tracking_factors:
factor.persist()
```

## Running an evaluation locally

Each evaluation can execute seperately.

Lets take `resnet30` for example

```sh
git clone https://github.com/PaddlePaddle/MacroCE.git

cd MacroCE
git clone https://github.com/Superjomn/paddle-modelci-baseline.git models

cd models/resnet30
export modelci_root=`pwd`/../..
./train.xsh
```

0 comments on commit 86dfc28

Please sign in to comment.