mirror of https://github.com/davisking/dlib.git
updated docs
This commit is contained in:
parent
fcc7a75cda
commit
a53354eb79
|
@ -290,7 +290,8 @@ namespace dlib
|
||||||
- sub.get_output().k() == 1
|
- sub.get_output().k() == 1
|
||||||
- sub.get_output().num_samples() == input_tensor.num_samples()
|
- sub.get_output().num_samples() == input_tensor.num_samples()
|
||||||
- sub.sample_expansion_factor() == 1
|
- sub.sample_expansion_factor() == 1
|
||||||
- all values pointed to by truth are +1 or -1.
|
- all values pointed to by truth are non-zero. Nominally they should be +1 or -1,
|
||||||
|
each indicating the desired class label.
|
||||||
!*/
|
!*/
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue