Bucket name ending with '/' may error out.

未关闭
#95 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
3/5
预计耗时
1-2 天
新手友好度
35/100
Issue 类型
缺陷
描述清晰度
基本清楚
活跃度
停滞
技术栈
keras, python, tensorflow
领域
cloud

调研方向

从集成测试中的 call_run_on_script_with_keras_save_and_load.py 开始,比较以 '/' 结尾和不以 '/' 结尾的路径的远程加载。跟踪路径解析和加载入口点,以确定末尾斜杠导致 job 停止更新的位置;当该行为得到一致处理,并且集成用例完成或报告明确的错误时,即表示完成。

由索引模型根据 Issue 内容生成。

描述

bug

From: @yixingfu

Path ending with / makes a problem. For example, when setting path as ‘gs://[BUCKET_NAME]/saves’ works fine, but ‘gs://[BUCKET_NAME]/saves/’ breaks down when trying to reload in remote. For example, running “call_run_on_script_with_keras_save_and_load.py” in the integration test, the log stops updating after the following one:
But the job keeps running. I manually killed the job after a while. I think it is because the extra ‘/’ preventing it from correctly loading. Maybe an error should be raised? Or remove any trailing ‘/’ when parsing the path?

主要语言
Python
星标
383
派生
93
平均合并
1 天 3 小时
30 天内合并 PR
1

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

tensorflow/cloud 的其他 Issue

查看 tensorflow/cloud 的全部 Issue

相似的 Issue

更多 Python Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。