We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f5a9cdf + 2b9c1f3 commit 8ff7e10Copy full SHA for 8ff7e10
1 file changed
src/model/layer/activation.cc
@@ -62,7 +62,7 @@ const Tensor Activation::Forward(int flag, const Tensor& input) {
62
output = ReLU(input);
63
if (flag & kTrain) buf_.push(input);
64
} else
65
- LOG(FATAL) << "Unkown activation: " << mode_;
+ LOG(FATAL) << "Unknown activation: " << mode_;
66
return output;
67
}
68
0 commit comments