Skip to content

Commit

Permalink
Remove outdated TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed Jul 14, 2023
1 parent 44be56a commit ba1d659
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion keras_core/saving/saving_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ def save_model(model, filepath, weights_format="h5"):
"date_saved": datetime.datetime.now().strftime("%Y-%m-%d@%H:%M:%S"),
}
)
# TODO(rameshsampath): Need a better logic for local vs remote path
if file_utils.is_remote_path(filepath):
# Remote path. Zip to local drive and copy to remote
zip_filepath = os.path.join(get_temp_dir(), "tmp_model.keras")
Expand Down

0 comments on commit ba1d659

Please sign in to comment.