forked from cloud-annotations/cloud-annotations
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspec
More file actions
60 lines (37 loc) · 1.68 KB
/
spec
File metadata and controls
60 lines (37 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
---------|---------|---------|---------|---------|---------|---------|---------|
$ cacli
┌─────────────────────────────┐
│ (C)loud (A)nnotations (CLI) │
│ version 1.1.0 │
└─────────────────────────────┘
Usage: cacli <command>
where <command> is one of:
init Interactively create a config.yaml file
train Start a training run
list List all training runs
progress <model-id> Monitor the progress of a training run
logs <model-id> Monitor the logs of a training run
download <model-id> Download all available model formats
bootstrap <path> Upload annotations to a bucket
export Download annotations
debug Print config information useful for debuging
Options:
--profile <user> Source a separate credentials profile
cacli <cmd> -h quick help on <cmd>
---------|---------|---------|---------|---------|---------|---------|---------|
cacli init [--config <config>]
cacli train [<training-zip>]
[--config <config>]
[--training-bucket <bucket>]
[--output-bucket <bucket>]
[--gpu (k80 | k80x2 | v100 | v100x2)]
[--steps <steps>]
[--python <version>]
[(--tensorflow | --keras | --...) <version>]
cacli list
cacli progress <model-id>
cacli logs <model-id>
cacli download <model-id> [<output-path>] [--file <file-or-dir>]
cacli bootstrap <path> [--bucket <bucket>]
cacli export [<output-path>] [--bucket <bucket>]
cacli debug [--config <config>]