We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8820afa commit 75075daCopy full SHA for 75075da
segmentation_models/common/layers.py
@@ -74,6 +74,7 @@ def call(self, inputs):
74
75
def get_config(self):
76
config = {'factor': self.factor,
77
+ 'interpolation': self.interpolation,
78
'data_format': self.data_format}
79
base_config = super(ResizeImage, self).get_config()
80
return dict(list(base_config.items()) + list(config.items()))
0 commit comments