Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def kernel_constraint(self):
return lq.constraints.WeightClip(1.3)
def kernel_constraint(self):
return lq.constraints.WeightClip(clip_value=1.25)
def kernel_constraint(self):
return lq.constraints.WeightClip(clip_value=1.3)
kernel_constraint = Field(lambda: lq.constraints.WeightClip(clip_value=1.25))
def kernel_constraint(self):
return lq.constraints.WeightClip(clip_value=1.25)