This commit is contained in:
farizrahman4u
2017-03-19 08:19:08 +05:30
parent b0de4fa210
commit 10a1839de8
-1
View File
@@ -3,7 +3,6 @@ from keras.objectives import *
import keras_contrib.backend as KC
class DSSIMObjective():
def __init__(self, k1=0.01, k2=0.03, kernel_size=3, max_value=1.0):
"""