You can use this command to create a new experiment, using the configuration specified in config file.
After this command is successfully done, the context will be set as this experiment, which means the following command you issued is associated with this experiment, unless you explicitly changes the context(not supported yet).
* Usage
* Usage
```bash
nnictl create [OPTIONS]
```
* Options
* Options
|Name, shorthand|Required|Default|Description|
|------|------|------|------|
...
...
@@ -48,7 +47,7 @@ nnictl support commands:
|--port, -p|False| |the port of restful server|
|--debug, -d|False||set debug mode|
* Examples
* Examples
> create a new experiment with the default port: 8080