public TrainParams ReadNetworkTrainParams(string path)
 {
     return(networkRepository.ReadNetworkTrainParams(path));
 }