mirror of https://github.com/davisking/dlib.git
Fixed more gcc 8 warnings.
This commit is contained in:
parent
f9b7ad9ae6
commit
663a1b7127
|
@ -16,7 +16,7 @@ namespace dlib
|
|||
struct token_text_pair
|
||||
{
|
||||
std::string token;
|
||||
int type;
|
||||
int type=0;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
@ -41,6 +41,7 @@ namespace dlib
|
|||
max_sv(40),
|
||||
lambda_c1(0.0001),
|
||||
lambda_c2(0.0001),
|
||||
max_wnorm(100),
|
||||
tau(0.01),
|
||||
tolerance(0.01),
|
||||
train_count(0),
|
||||
|
|
Loading…
Reference in New Issue