tryolabs / luminoth

Deep Learning toolkit for Computer Vision.
https://tryolabs.com
BSD 3-Clause "New" or "Revised" License
2.4k stars 399 forks source link

Read metadata from job in Google Cloud #208

Open dekked opened 6 years ago

dekked commented 6 years ago

Investigate if with the job id alone, we are able to get stuff like:

{
  "scaleTier": "BASIC_GPU",
  "packageUris": [
    "gs://luminoth-alan-train-jobs/lumi_train_20180815_173243/packages/luminoth-0.1.3.dev1.tar.gz"
  ],
  "pythonModule": "luminoth.train",
  "args": [
    "--config",
    "gs://luminoth-alan-train-jobs/lumi_train_20180815_173243/config.yml"
  ],
  "region": "us-central1",
  "runtimeVersion": "1.9",
  "jobDir": "gs://luminoth-alan-train-jobs/lumi_train_20180815_173243"
}

Thus we can leverage this for: