Details

    Description

      • Improve chart/param/metric UI
      • Fix the database connection error due to the update in SUBMARINE-575
      • Read the data from the `metric` table, and draw charts in workbench

      Following commands could reproduce the experiment

      curl -X POST -H "Content-Type: application/json" -d '
       {
       "meta": {
       "name": "tf-mnist2",
       "namespace": "submarine",
       "framework": "TensorFlow",
       "cmd": "python3 /var/example/tracking.py",
       "envVars":{ "ENV_1": "ENV1" }
       },
       "environment":{ "image": "pingsutw/tracking-example:0.5.0.dev" },
       "spec": {
         "Ps":{ "replicas": 1, "resources": "cpu=1,memory=1024M" },
          "Worker":{ "replicas": 1, "resources": "cpu=1,memory=1024M" }
         }
       }
       ' http://127.0.0.1:8080/api/v1/experiment
      

       

       

      Attachments

        Issue Links

          Activity

            People

              pingsutw Kevin Su
              pingsutw Kevin Su
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: