This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
ci4s
/
ci4sManagement-cloud
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
1
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
fix: 导出到数据集添加is_public参数
pull/264/head
zhaowei
8 months ago
parent
cd4071149b
commit
eafca94b60
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
react-ui/src/pages/Experiment/components/ExportModelModal/index.tsx
+ 1
- 0
react-ui/src/pages/Experiment/components/ExportModelModal/index.tsx
View File
@@ -122,6 +122,7 @@ function ExportModelModal({
...formData,
identifier: resource?.identifier,
owner: resource?.owner,
is_public: resource?.is_public,
name: resource?.name,
[config.sourceParamKey]: DataSource.HandExport,
train_task: {
Write
Preview
Loading…
Cancel
Save