Added System out println
This commit is contained in:
parent
a3e91b2c82
commit
6acdb63b34
@ -33,6 +33,9 @@ public class StoredModelPredictor extends Experiments_ImplBase{
|
|||||||
try {
|
try {
|
||||||
documentLoadModelSingleLabel(LANG_CODE, modelOutputFolder, args[1]);
|
documentLoadModelSingleLabel(LANG_CODE, modelOutputFolder, args[1]);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
System.out.println("########################################################");
|
||||||
|
System.out.println(e);
|
||||||
|
System.out.println("********************************************************");
|
||||||
System.out.println("Exception while processing answer. Please verify the following:");
|
System.out.println("Exception while processing answer. Please verify the following:");
|
||||||
System.out.println("--> a) The correct name of an existing directory in " + TrainAndSaveModel.OUTPUT_DIR
|
System.out.println("--> a) The correct name of an existing directory in " + TrainAndSaveModel.OUTPUT_DIR
|
||||||
+ " is passed as first argument.");
|
+ " is passed as first argument.");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user