Searched refs:l2_coef (Results 1 – 4 of 4) sorted by relevance
272 def __init__(self, network, l2_coef=1e-6): argument276 self.l2_coef = l2_coef287 l2_loss_all = self.l2_coef * (l2_loss_v + l2_loss_w) * 0.5393 loss_net = NetWithLossClass(deepfm_net, l2_coef=self.train_config.l2_coef)
52 l2_coef = 8e-5 variable in TrainConfig
64 self.l2_coef = 8e-594 self.l2_coef = 8e-5
226 self.l2_coef = config.l2_coef237 deep_loss = self.reduceMean_false(log_loss) + self.l2_coef * l2_loss_v