Skip to content

Commit

Permalink
fcn epo 5
Browse files Browse the repository at this point in the history
  • Loading branch information
astonzhang committed Jul 20, 2018
1 parent 9244de0 commit cafc769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter_computer-vision/fcn.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ train_iter = gdata.DataLoader(gb.VOCSegDataset(True, input_shape, voc_dir),
test_iter = gdata.DataLoader(gb.VOCSegDataset(False, input_shape, voc_dir),
batch_size, last_batch='discard', num_workers=4)
gb.train(train_iter, test_iter, net, loss, trainer, ctx, num_epochs=2)
gb.train(train_iter, test_iter, net, loss, trainer, ctx, num_epochs=5)
```

## 预测
Expand Down

0 comments on commit cafc769

Please sign in to comment.