Skip to content

Commit

Permalink
Fix mis (PaddlePaddle#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
ceci3 authored Jul 9, 2020
1 parent 8c7465b commit e2b576e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/zh_cn/quick_start/nas_tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ sanas.reward(float(finally_reward[1]))
```python
for step in range(3):
archs = sanas.next_archs()[0]
exe, train_program, eval_progarm, inputs, avg_cost, acc_top1, acc_top5 = build_program(archs)
exe, train_program, eval_program, inputs, avg_cost, acc_top1, acc_top5 = build_program(archs)
train_reader, train_feeder, eval_reader, eval_feeder = input_data(inputs)

current_flops = slim.analysis.flops(train_program)
Expand Down

0 comments on commit e2b576e

Please sign in to comment.