#2705 智算网络的结果提前回传

Closed
created 1 year ago by tanglj · 4 comments
tanglj commented 1 year ago
智算网络的结果(模型、用户输出日志)回传,不要等到正常结束后再回传。
tanglj added the
enhancement
label 1 year ago
tanglj added this to the V20220830 milestone 1 year ago
lewis was assigned by tanglj 1 year ago
lewis commented 1 year ago
Owner
1、定时回传文件 优点:用户无感知 缺点:出问题的概率大,如文件太多或者太大,一次定时任务还没回传完,第二个定时任务又来了;是否需要判断已回传;如何判断 2、提供回传工具,由用户自己调用工具回传 相当于modelarts提供moxing工具
lewis commented 1 year ago
Owner
> 1、定时回传文件 > 优点:用户无感知 > 缺点:出问题的概率大,如文件太多或者太大,一次定时任务还没回传完,第二个定时任务又来了;是否需要判断已回传;如何判断 > > 2、提供回传工具,由用户自己调用工具回传 > 相当于modelarts提供moxing工具 选用方案2
lewis commented 1 year ago
Owner
用户只需执行一条命令即可上传文件或者文件夹: 1、npu os.system("cd /cache/script_for_grampus/ &&./uploader_for_npu " + "文件或文件夹绝对路径") 2、gpu os.system("cd /tmp/script_for_grampus/ &&./uploader_for_gpu " + "文件或文件夹绝对路径")
lewis added the
test
label 1 year ago
wangj was assigned by lewis 1 year ago
wangj commented 1 year ago
Owner
通过测试。遗留问题: #2812 智算结果回传中文文件名显示的编码且无法下载 #2813 智算结果回传入参目录末尾没斜杠时会报错 #2814 智算结果回传失败不影响训练任务状态
wangj closed this issue 1 year ago
Sign in to join this conversation.
No Milestone
No Assignees
3 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.