Commit 318c72a1 by daiab

commit

1 parent a3557f74
{"name": "test", "user": "daiab", "unique_name": "daiab.test", "uuid": "32d51a4d310a4825a945826c683681ac", "description": "", "is_public": false, "has_code": true, "created_at": "2018-04-28T05:32:00.256679+00:00", "updated_at": "2018-04-28T05:32:00.256737+00:00", "num_tasks": 8, "has_tensorboard": false, "has_notebook": false, "tasks": null, "framework": "mxnet", "tags": ""}
\ No newline at end of file
{"name": "mx_cifar10", "user": "daiab", "unique_name": "daiab.mx_cifar10", "uuid": "a670c2bd826147c689ea4b8cf8c699fa", "description": "", "is_public": false, "has_code": true, "created_at": "2018-05-08T08:48:47.751229+00:00", "updated_at": "2018-05-08T08:48:47.751276+00:00", "num_tasks": 0, "has_tensorboard": false, "has_notebook": false, "tasks": null, "framework": "mxnet", "tags": ""}
\ No newline at end of file
......@@ -2,7 +2,7 @@
version: 1
algorithm:
name: test
name: mx_cifar10
resource:
default_resources:
......@@ -10,6 +10,7 @@ resource:
requests: 4
limits: 4
gpu:
requests: 2
limits: 2
memory:
requests: 10240
......@@ -88,7 +89,7 @@ test:
data/daiab: /code/data
# output: /output
ref_model:
72: /model
1: /model
parameter:
model_prefix: "/model/train"
epoch: 3
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!