Results 7 comments of Walt Wells

Thanks for the quick response (and the great book on Deep Learning with R!). I let a small test job run for c. 10 hrs last night (4 gpu request)...

Thanks. Project and job ids sent. FWIW - used the default settings for `cloudml_train()` in R (no setup.py or config files), passing either 'complex_model_m_gpu' or 'standard_gpu' as`master_type`. Was just trying...

Thanks @javierluraschi. I can confirm I was able to run the `MNIST` train.R successfully. Unfortunately, I just tried to resubmit my other job and it's stopping at the load glue...

@guoqingxu - no it did not. i submitted the MNIST job as the default standard CPU flavor. fwiw, Saturday March 31, c. mid-day, I did submit a job `cloudml_2018_04_01_000701068` with...

Thanks @guoqingxu. Apologies - I corrected my last post. The `cloudml_2018_04_01_000701068` job that did run successfully was `complex_model_m_gpu` not `cpu`. Just successfully ran the MNIST job on a GPU. `cloudml_train("train.R",...

Thanks @javierluraschi. Deleting that folder seemed to do the trick for getting past R package installation. The job seems to be exhibiting similar behavior to the 10 hr failed job...

Thanks @javierluraschi. I was able to work this again. Here's an overview of issues to help with diagnosis. 1: Successful dummy train over the subset dataset, but when the same...