|
|
|
@@ -199,7 +199,9 @@ public class MachineLearnServiceImpl implements MachineLearnService { |
|
|
|
break; |
|
|
|
} |
|
|
|
case Constant.ML_TextClassification: { |
|
|
|
machineLearnIns.setModelPath(outputPath + "/saved_dict/" + modelType + ".ckpt"); |
|
|
|
machineLearnIns.setModelPath(outputPath + "saved_dict/" + modelType + ".ckpt"); |
|
|
|
machineLearnIns.setRunHistoryPath(outputPath + "log/" + modelType); |
|
|
|
machineLearnIns.setResultPath(outputPath + "log/" + modelType + "/result.txt"); |
|
|
|
break; |
|
|
|
} |
|
|
|
case Constant.ML_VideoClassification: { |
|
|
|
|