Hi,

I am trying the DeepLearn strategy (it uses H2O R Bridge)

The training works well. But when I try to Test i get this error:
ERROR: Unexpected HTTP Status code: 404 Not Found (url = http://localhost:54321/4/Predictions/models/DeepLearning_model_R_1514993326035_1/frames/fileafc697855d4_sid_a856_2)



water.exceptions.H2OKeyNotFoundArgumentException

[1] "water.exceptions.H2OKeyNotFoundArgumentException: Object 'DeepLearning_model_R_1514993326035_1' not found in function: predict for argument: model"

[2] " water.api.ModelMetricsHandler.predictAsync(ModelMetricsHandler.java:331)"

[3] " sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

Does anyone know what I am doing wrong?

thanks
Carlos