Closed brandondutra closed 7 years ago
Good catch the other day about missing logs. I thought a bit more about this -- we could probably do two things.
When local = True, and there is no logging handler, assign a logging handler as we are doing right now.
Running "python -m iris.trainer.main --data-train ..." does not print anything because some environment variable is not set. This also means "gcloud ml-engine local train --module-name trainer.main --package-path trainer/ -- --data-train" does not print anything (but it does do training)
Likewise, gcloud ml-engine local train --distributed does do training, but prints nothing out.