Experiment options

Experiment web UI Options List

Option

Description

Machine Type

This is the type of instance to run your Experiment's on. Many Experiments benefit from a machine with a GPU, but some can run just using a CPU.

Container

Experiments are run within a docker container. You can run a public or private container. Learn more here.

Workspace

The workspace is the collection of code that is run. The only option in the web UI is a Git repo (eg https://github.com/Paperspace/fast-style-transfer.git). The CLI offers more advanced options such as specifying a local directory, private Git repos, S3 buckets, and more.

Command

The command is the entry point to the container. This is the line of code that will kick off your experiment's job. It could be a bash script ./run.sh or python main.py as a few examples.

Custom Metrics

Enter a list of custom metrics to use with Gradient's statd client, such as percent_failure or percent_success.

Last updated