[Tune] Remove checkpoint_at_end from tune+serve docs (#10034)

This commit is contained in:
Amog Kamsetty
2020-08-11 09:05:57 -07:00
committed by GitHub
parent 0400a88bf1
commit 4f8fef134e
@@ -322,7 +322,6 @@ def tune_from_scratch(num_samples=10, num_epochs=10, gpus_per_trial=0., day=0):
num_samples=num_samples,
scheduler=scheduler,
progress_reporter=reporter,
checkpoint_at_end=True,
verbose=0,
name="tune_serve_mnist_fromscratch")
@@ -387,7 +386,6 @@ def tune_from_existing(start_model,
num_samples=num_samples,
scheduler=scheduler,
progress_reporter=reporter,
checkpoint_at_end=True,
verbose=0,
name="tune_serve_mnist_fromsexisting")