Gradient Config File
Using config.yaml to run experiments
Generating a config.yaml template
$ gradient experiments run singlenode --createOptionsFile config_file_name.yamlRunning experiments using a config.yaml
gradient experiments run singlenode --optionsFile config.yamlSample config.yaml
apiKey: null
command: python mnist.py
container: tensorflow/tensorflow:1.13.1-gpu-py3
experimentEnv:
EPOCHS_EVAL: 5
EVAL_SECS: 10
MAX_STEPS: 1000
TRAIN_EPOCHS: 10
machineType: P4000
modelPath: /artifacts
modelType: Tensorflow
name: experiment name
projectId: <project id>
registryPassword: null
registryUrl: null
registryUsername: null
tensorboard: false
tensorboard_set: null
workspace: 'https://github.com/Paperspace/mnist-sample.git'
workspaceRef: null
datasetUri:
- "s3://some.dataset/uri"
- "s3://some.other.dataset/uri"
datasetName:
- "some dataset name"
- null
datasetAwsAccessKeyId:
- none
- some_other_key_id
datasetAwsSecretAccessKey:
-
- some_other_secret
datasetVersionId:
datasetEtag:
- "some etag"
- "some other etag"Last updated