mirror of
https://github.com/wassname/ray.git
synced 2026-07-13 17:45:08 +08:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user