fix new keras interface: allows inference during training with same weights

This commit is contained in:
PatWie
2018-11-05 13:21:56 +01:00
parent aadd7644ee
commit 32e91a688f
+1 -1
View File
@@ -24,7 +24,7 @@ from user_ops import flex_convolution_transpose as _flex_convolution_transpose
from tensorflow.python.keras import activations
from tensorflow.python.keras import initializers
from tensorflow.python.keras.engine.base_layer import Layer
from tensorflow.python.layers.base import Layer
from tensorflow.python.util.tf_export import tf_export
from tensorflow.python.framework import tensor_shape
from tensorflow.python.framework import ops