cquyh
  • Joined on Apr 28, 2022
Loading Heatmap…

cquyh commented on issue zeizei/OpenI_Learning#116

训练结果无法下载

修改之后依然无法下载

1 year ago

cquyh commented on issue zeizei/OpenI_Learning#116

训练结果无法下载

> 结果下载中,模型的下载需要通过train_url将训练镜像的内容同步到obs中,启智平台才会提供下载。具体代码可参考示例。 > 从截图看日志,你的代码中是将训练镜像的内容同步到训练镜像的另一个文件夹了。可以按照以下代码进行修改: > ###Copy the output model to obs### > def EnvToObs(train_dir, obs_train_url): > try: > mox.file.copy_parallel(train_dir, obs_train_url) > print("Successfully Upload {} to {}".format(train_dir,obs_train_url)) > except Exception as e: > print('moxing upload {} to {} failed: '.format(train_dir,obs_train_url) + str(e)) > return > > ###Copy the trained model data from the local running environment back to obs, > ###and download it in the training task corresponding to the Qizhi platform > parser.add_argument('--train_url', > help='model folder to save/load', > default= WorkEnvironment('train') + '/model/') > train_dir = workroot + '/model' > args = parser.parse_args() > EnvToObs(train_dir, args.train_url) 方法WorkEnvironment未定义,无法正确找到路径

1 year ago

cquyh opened issue zeizei/OpenI_Learning#116

训练结果无法下载

1 year ago

cquyh pushed to master at cquyh/nnunet-master

1 year ago

cquyh pushed to master at cquyh/nnunet-master

1 year ago

cquyh opened issue zeizei/OpenI_Learning#90

线上无法导出结果?

1 year ago

cquyh closed issue zeizei/OpenI_Learning#76

从代码目录下只能读取部分数据

1 year ago

cquyh commented on issue zeizei/OpenI_Learning#76

从代码目录下只能读取部分数据

经验证,bug已修复 关闭该issue

1 year ago

cquyh pushed to master at cquyh/nnunet-master

1 year ago

cquyh pushed to master at cquyh/nnunet-master

  • a58d5ce10a 更新 'nnUNet/src/nnunet/training/network_training/nnUNetTrainerV2.py'

1 year ago

cquyh pushed to master at cquyh/nnunet-master

1 year ago

cquyh pushed to master at cquyh/nnunet-master

1 year ago

cquyh pushed to master at cquyh/nnunet-master

1 year ago

cquyh pushed to master at cquyh/nnunet-master

1 year ago

cquyh pushed to master at cquyh/nnunet-master

1 year ago

cquyh pushed to master at cquyh/nnunet-master

1 year ago

cquyh opened issue zeizei/OpenI_Learning#76

从代码目录下只能读取部分数据

1 year ago

cquyh opened issue cquyh/nnunet-master#1

[高校贡献-重庆大学][nnunet]数据集只能加载部分,无法训练

1 year ago

cquyh pushed to master at cquyh/nnunet-master

1 year ago

cquyh pushed to master at cquyh/nnunet-master

1 year ago