File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,17 @@ tasks:
12
12
name : Install dependencies
13
13
entity_label : install_deps
14
14
script : install_deps.py
15
- arguments : None
16
- short_summary : Job to install project dependencies.
15
+ arguments : None
16
+ cpu : 1
17
+ memory : 2
18
+ short_summary : Create job to install project dependencies.
17
19
environment :
18
20
TASK_TYPE : CREATE/RUN_JOB
19
21
kernel : python3
20
22
21
23
- type : run_job
22
24
entity_label : install_deps
23
- short_summary : Running install dependencies training job.
25
+ short_summary : Running install dependencies job.
24
26
long_summary : >-
25
27
Running the job to install dependencies.
26
28
29
31
entity_label : train_model
30
32
script : train.py
31
33
arguments : None
32
- short_summary : Job to train and export model.
34
+ short_summary : Job to train and export model. Note that this requires at least 2GB of memory.
35
+ cpu : 1
36
+ memory : 2
33
37
environment :
34
38
TASK_TYPE : CREATE/RUN_JOB
35
39
kernel : python3
42
46
43
47
- type : start_application
44
48
name : Application to serve Deep Learning for Anomaly Detectionn UI
49
+ short_summary : Create an application to serve the Anomaly Detection UI.
45
50
subdomain : deepad
46
51
script : app.py
47
52
environment_variables :
You can’t perform that action at this time.
0 commit comments