summaryrefslogtreecommitdiff
path: root/app/client/system/system.component.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-05-26 23:51:54 +0200
committerJules Laplace <julescarbon@gmail.com>2018-05-26 23:51:54 +0200
commit1d4fca365ae76f193c05da6eb1d58b41b171e359 (patch)
treec3cfd57d6bd0b9771efaccd957f63bb3f6f60ae6 /app/client/system/system.component.js
parent2fa89d40071e4afffa2aeb1805eecf2f1c148cf0 (diff)
running basic tasks, monitoring stdout!
Diffstat (limited to 'app/client/system/system.component.js')
-rw-r--r--app/client/system/system.component.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/client/system/system.component.js b/app/client/system/system.component.js
index 5d75964..f8cf139 100644
--- a/app/client/system/system.component.js
+++ b/app/client/system/system.component.js
@@ -10,21 +10,21 @@ import * as taskActions from '../task/task.actions'
const cpu_test_task = {
activity: 'cpu',
- library: 'test',
+ module: 'test',
dataset: 'test',
epochs: 1,
opt: {}
}
const gpu_test_task = {
activity: 'gpu',
- library: 'test',
+ module: 'test',
dataset: 'test',
epochs: 1,
opt: {}
}
const live_test_task = {
activity: 'live',
- library: 'test',
+ module: 'test',
dataset: 'test',
epochs: 1,
opt: {}