Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/marian.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Clark <jonathac@microsoft.com>2018-05-25 03:05:31 +0300
committerJon Clark <jonathac@microsoft.com>2018-05-25 03:05:31 +0300
commit3e68deff5285ddd22ef3f97c54978e14d60b65e8 (patch)
tree80cc29156f19186a58053c05256c15af0583377d /src/graph/node_operators_unary.h
parentfd5ea9f6b74560eae362ec33fd266bb74fee825f (diff)
Pile of truly horrible hacks to *almost* get things building on windows
Diffstat (limited to 'src/graph/node_operators_unary.h')
-rw-r--r--src/graph/node_operators_unary.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graph/node_operators_unary.h b/src/graph/node_operators_unary.h
index 273adf44..e14f6546 100644
--- a/src/graph/node_operators_unary.h
+++ b/src/graph/node_operators_unary.h
@@ -293,7 +293,7 @@ struct PReLUNodeOp : public UnaryNodeOp {
}
private:
- float alpha_{0.01};
+ float alpha_{0.01f};
};
/**