Many changes
Compare changes
- Amir MOHAMMADI authored
+ 22
− 10
@@ -44,7 +44,8 @@ from __future__ import print_function
@@ -69,8 +70,12 @@ def base_architecture(input_layer, mode, data_format, **kwargs):
@@ -92,8 +97,12 @@ def base_architecture(input_layer, mode, data_format, **kwargs):
@@ -177,7 +186,7 @@ def base_architecture(input_layer, mode, data_format, **kwargs):
@@ -193,7 +202,7 @@ def base_architecture(input_layer, mode, data_format, **kwargs):
@@ -203,6 +212,7 @@ def base_architecture(input_layer, mode, data_format, **kwargs):
@@ -210,7 +220,8 @@ def architecture(input_layer,
@@ -229,8 +240,9 @@ def model_fn(features, labels, mode, params=None, config=None):