Skip to content

Commit

Permalink
fix multi label doc
Browse files Browse the repository at this point in the history
  • Loading branch information
winstywang committed May 25, 2015
1 parent 6c7ffe3 commit df6c7d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ This page will introduce some advanced usages in cxxnet, including:
```
- In global setting, you need to specify how each field of the labels form a label vector. For example, we are interested in a localization task. In the task, we first need to output the label for one image, and next predict its position denoted by a bounding box. The configuration can be written as:
```
label_vec[0, 1) = class
label_vec[1, 5) = bounding_box
label_vec[0,1) = class
label_vec[1,5) = bounding_box
```
- At last, in each loss layer, you need to specify the target of the loss:
```
Expand Down

0 comments on commit df6c7d0

Please sign in to comment.