Resolve "release v1.4.0"
Compare changes
- lukas leufen authored
use he init when using relu activations See merge request toar/mlair!273
@@ -82,7 +82,7 @@ class AbstractModelClass(ABC):
@@ -82,7 +82,7 @@ class AbstractModelClass(ABC):
The compile options property allows the user to use all keras.compile() arguments. They can ether be passed as
dictionary (1), as attribute, without setting compile_options (2) or as mixture (partly defined as instance
@@ -116,7 +116,7 @@ class AbstractModelClass(ABC):
@@ -116,7 +116,7 @@ class AbstractModelClass(ABC):
* As long as the attribute and the dict value have exactly the same values, the setter method will not raise