Ejemplo n.º 1
0
 public static Model UnpickleModel(H5Dict state)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 private static Model DeserializeModel(H5Dict f, CustomObjects custom_objects = null, bool compile = true)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 3
0
 public static void LoadWeightsFromHdf5GroupByName(H5Dict f, Layer[] layers, bool skip_mismatch = false, bool reshape = false)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 4
0
 private static void SerializeModel(Model model, H5Dict f, bool include_optimizer = true)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 5
0
 public static void SaveWeightsToHdf5Group(H5Dict f, Layer[] layers)
 {
     throw new NotImplementedException();
 }