Skip to content

Instantly share code, notes, and snippets.

@peterroelants
Created August 24, 2017 11:51
Show Gist options
  • Save peterroelants/e1050dab62488a9e1cf55bdf58d0b974 to your computer and use it in GitHub Desktop.
Save peterroelants/e1050dab62488a9e1cf55bdf58d0b974 to your computer and use it in GitHub Desktop.
TensorFlow run Experiment
learn_runner.run(
experiment_fn=experiment_fn, # First-class function
run_config=run_config, # RunConfig
schedule="train_and_evaluate", # What to run
hparams=params # HParams
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment