Skip to content

Commit e2b576e

Browse files
authored
Fix mis (#377)
1 parent 8c7465b commit e2b576e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/zh_cn/quick_start/nas_tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ sanas.reward(float(finally_reward[1]))
140140
```python
141141
for step in range(3):
142142
archs = sanas.next_archs()[0]
143-
exe, train_program, eval_progarm, inputs, avg_cost, acc_top1, acc_top5 = build_program(archs)
143+
exe, train_program, eval_program, inputs, avg_cost, acc_top1, acc_top5 = build_program(archs)
144144
train_reader, train_feeder, eval_reader, eval_feeder = input_data(inputs)
145145

146146
current_flops = slim.analysis.flops(train_program)

0 commit comments

Comments
 (0)