Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
esythan committed Aug 12, 2022
1 parent 7861428 commit 8373421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/utils/static_ps/flow_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ def save_inference_model(output_path, day, pass_id, exe, feed_vars,
target_vars,
mode=mode)
if not is_local(model_path) and fleet.is_first_worker():
client.upload("./dnn_plugin", model_path)
client.upload_dir("./dnn_plugin", model_path)
fleet.barrier_worker()


Expand Down

0 comments on commit 8373421

Please sign in to comment.