Searched defs:trainModel (Results 1 – 3 of 3) sorted by relevance
84 bool trainModel = false; variable
221 public void trainModel(String modelPath, String datasetPath, int virtualBatch) { in trainModel() method in NetRunner
80 public int trainModel(String modelPath, int epochs) { in trainModel() method in TrainModel