Basic Usage
Creating Experiments
To create a experiment with given configuration file, run
1 |
|
This will create a experiment using Central server API /api/exp/create
based on config.yaml
.
The API endpoint can be specified with parameter --api_entry URL
.
Configuration Format
An example configuration file is given as follows.
1 2 3 4 5 6 7 8 9 10 11 12 |
|
Caution
Always run CoordML CLI on the same server as the Central. Since the various paths in the config will be expanded before being submitted to the Central, the path tends to be wrong if the client and the server are on different hosts.
Getting Help
Get help of cm
, run
1 |
|