From 1d4fca365ae76f193c05da6eb1d58b41b171e359 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 26 May 2018 23:51:54 +0200 Subject: running basic tasks, monitoring stdout! --- app/client/system/system.component.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/client/system/system.component.js') 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: {} -- cgit v1.2.3-70-g09d2