Ejemplo n.º 1
0
 public static KerasObject Serialize(Regularizer regularizer)
 {
     return(Utils.GenericUtils.SerializeKerasObject(regularizer));
 }
Ejemplo n.º 2
0
 public static string Serialize(Regularizer regularizer)
 {
     throw new NotImplementedException();
 }