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