Skip to content

Commit

Permalink
set allow reuse to true (#242)
Browse files Browse the repository at this point in the history
Co-authored-by: Eugene Fedorenko <[email protected]>
  • Loading branch information
sudivate and eedorenko authored Mar 26, 2020
1 parent a562b59 commit cace90d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def main():
"--dataset_name", dataset_name,
],
runconfig=run_config,
allow_reuse=False,
allow_reuse=True,
)
print("Step Train created")

Expand Down

0 comments on commit cace90d

Please sign in to comment.