Many changes
Compare changes
- Amir MOHAMMADI authored
+ 59
− 27
@@ -47,7 +47,7 @@ import tensorflow as tf
@@ -47,7 +47,7 @@ import tensorflow as tf
@@ -57,17 +57,20 @@ def base_architecture(input_layer, mode, data_format, **kwargs):
@@ -57,17 +57,20 @@ def base_architecture(input_layer, mode, data_format, **kwargs):
@@ -77,17 +80,20 @@ def base_architecture(input_layer, mode, data_format, **kwargs):
@@ -77,17 +80,20 @@ def base_architecture(input_layer, mode, data_format, **kwargs):
@@ -97,17 +103,20 @@ def base_architecture(input_layer, mode, data_format, **kwargs):
@@ -97,17 +103,20 @@ def base_architecture(input_layer, mode, data_format, **kwargs):
@@ -117,17 +126,20 @@ def base_architecture(input_layer, mode, data_format, **kwargs):
@@ -117,17 +126,20 @@ def base_architecture(input_layer, mode, data_format, **kwargs):
@@ -137,17 +149,20 @@ def base_architecture(input_layer, mode, data_format, **kwargs):
@@ -137,17 +149,20 @@ def base_architecture(input_layer, mode, data_format, **kwargs):
@@ -157,27 +172,33 @@ def base_architecture(input_layer, mode, data_format, **kwargs):
@@ -157,27 +172,33 @@ def base_architecture(input_layer, mode, data_format, **kwargs):
@@ -189,9 +210,9 @@ def architecture(input_layer,
@@ -189,9 +210,9 @@ def architecture(input_layer,
@@ -204,7 +225,8 @@ def model_fn(features, labels, mode, params=None, config=None):
@@ -204,7 +225,8 @@ def model_fn(features, labels, mode, params=None, config=None):
@@ -233,14 +255,24 @@ def model_fn(features, labels, mode, params=None, config=None):
@@ -233,14 +255,24 @@ def model_fn(features, labels, mode, params=None, config=None):