Skip to content
This repository was archived by the owner on Aug 11, 2020. It is now read-only.

Commit 1c68c12

Browse files
committed
Merge branch 'development'
2 parents 83333fc + b3f2679 commit 1c68c12

17 files changed

+3437
-59
lines changed

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ twine = "*"
1919
pypandoc = "*"
2020
pytest = "*"
2121
mock = "*"
22+
coverage = "*"

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,23 @@ Getting Started
5656
The script will be run on the Paperspace job cluster node, and its output will be logged locally.
5757
5858
59+
Create/create and start experiment
60+
=================
61+
To create new experiment use:
62+
```
63+
paperspace-python experiments create [type] [--options]
64+
```
65+
The two available experiment types are `singlenode` and `multinode`.
66+
67+
To create and immediately start new experiment use:
68+
```
69+
paperspace-python experiments createAndStart [type] [--options]
70+
```
71+
72+
For a full list of available commands run `paperspace experiments --help`.
73+
Note that some options are required to create new experiment.
74+
75+
5976
Specifying jobs options within a script
6077
=======================================
6178
This example shows how a script can specify paperspace jobs options for itself, such as `project` name, `machineType`, and a `container` reference:

0 commit comments

Comments
 (0)