Skip to content

Commit

Permalink
Merge pull request tesseract-ocr#3324 from stweil/nt_symclip
Browse files Browse the repository at this point in the history
Fix network specification for NT_SYMCLIP
  • Loading branch information
egorpugin authored Mar 13, 2021
2 parents 6bf5080 + 1f2ec4d commit 5989409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lstm/fullyconnected.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class FullyConnected : public Network {
else if (type_ == NT_POSCLIP)
spec.add_str_int("Fp", no_);
else if (type_ == NT_SYMCLIP)
spec.add_str_int("Fs", no_);
spec.add_str_int("Fn", no_);
else if (type_ == NT_SOFTMAX)
spec.add_str_int("Fc", no_);
else
Expand Down

0 comments on commit 5989409

Please sign in to comment.