DLDataset

train_dl_model (DLDataset, DLModelHandle, TrainParam, 0, TrainResults, TrainInfos, EvaluationInfos)
参数1:DLDataset:样本字典
参数2:DLModelHandle:神经网络, MVT公司给的
参数3:TrainParam:训练参数
参数4:0 :StartEpoch 。 从哪个Epoch 开始。
参数5:TrainResults:A tuple containing the result of each train_dl_model_batch call during training.  训练结果
参数6:返回在训练过程中计算出的状态信息摘要的词典字典或元组。
参数7:培训期间计算出的评估信息。

 Preprocess the data in DLDataset.分割数据集 。 训练集合 70%,评价集合15% ,测试集合15%

图像+预处理参数+再训练后的神经网络=结果

预训练,预处理,预整理

Deep  learning   module

你可能感兴趣的:(笔记,开发语言)