Skip to content

Instantly share code, notes, and snippets.

@MattSegal
Created May 3, 2020 06:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MattSegal/b855659ff40533a9d13935a3ca632f63 to your computer and use it in GitHub Desktop.
Save MattSegal/b855659ff40533a9d13935a3ca632f63 to your computer and use it in GitHub Desktop.
runtime:
type: dict
schema:
cuda:
type: boolean
required: true
nullable: false
logging:
type: dict
schema:
wandb:
type: dict
schema:
run_name:
type: string
required: true
nullable: true
project_name:
type: string
required: true
nullable: true
checkpoint:
type: dict
schema:
save_name:
type: string
required: true
nullable: true
save_epochs:
type: integer
required: true
nullable: true
training:
type: dict
schema:
epochs:
type: integer
required: true
nullable: false
batch_size:
type: integer
required: true
nullable: false
subsample:
type: integer
required: true
nullable: frue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment