Fix typo in Tune Docs (Checkpointing) (#13348)

See issue #13299
This commit is contained in:
Edwin Goh
2021-01-11 23:27:18 -05:00
committed by GitHub
parent 470fda190a
commit a5ddc27bab
+1 -1
View File
@@ -233,7 +233,7 @@ To use Tune's checkpointing features, you must expose a ``checkpoint_dir`` argum
state = json.loads(f.read())
start = state["step"] + 1
for iter in range(start, 100):
for step in range(start, 100):
time.sleep(1)
# Obtain a checkpoint directory