Skip to content

Commit 89ec67e

Browse files
author
NeiroYT
committed
Typo
1 parent 50dfa15 commit 89ec67e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Graph/build.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ ParseResult parse_json_model(RuntimeOptions options,
402402
} else if (layer_type.find("Dropout") != std::string::npos) {
403403
auto dropout_layer = std::make_shared<it_lab_ai::DropOutLayer>(0.0);
404404
layer = dropout_layer;
405-
if (comments)
405+
if (comments) {
406406
std::cout
407407
<< "DropOutLayer added to layers with probability 0.4 (turned "
408408
"off for inference)."

0 commit comments

Comments
 (0)