This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
提示信息"数据"=》"数据集"
tags/v1.21.8^2
avadesian
4 years ago
parent
2b9909d215
commit
206eff7444
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
options/locale/locale_zh-CN.ini
+1
-1
web_src/js/components/MinioUploader.vue
+1
-1
web_src/js/components/ObsUploader.vue
+ 1
- 1
options/locale/locale_zh-CN.ini
View File
@@ -770,7 +770,7 @@ cloudbrain2=云脑2
cloudbrain_selection=云脑选择
cloudbrain_platform_selection=选择您准备使用的云脑平台:
confirm_choice=确定
cloudbran1_tips=只有zip格式的数据才能发起云脑任务
cloudbran1_tips=只有zip格式的数据
集
才能发起云脑任务
template.items=模板选项
template.git_content=Git数据(默认分支)
+ 1
- 1
web_src/js/components/MinioUploader.vue
View File
@@ -1,7 +1,7 @@
<template>
<div class="dropzone-wrapper dataset-files">
<div class="ui pointing below red basic label">
<i class="icon info circle"></i>只有zip格式的数据才能发起云脑任务
<i class="icon info circle"></i>只有zip格式的数据
集
才能发起云脑任务
</div>
<div
id="dataset"
+ 1
- 1
web_src/js/components/ObsUploader.vue
View File
@@ -1,7 +1,7 @@
<template>
<div class="dropzone-wrapper dataset-files">
<div class="ui pointing below red basic label">
<i class="icon info circle"></i>只有zip格式的数据才能发起云脑任务
<i class="icon info circle"></i>只有zip格式的数据
集
才能发起云脑任务
</div>
<div
id="dataset"
Write
Preview
Loading…
Cancel
Save