Skip to content

Commit

Permalink
Fix network specification for NT_SYMCLIP
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Mar 13, 2021
1 parent 6bf5080 commit 1f2ec4d
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 1f2ec4d

Please sign in to comment.