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: 修改模型演化入参
pull/66/head
cp3hnu
1 year ago
parent
61359aef2a
commit
3a0109448c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
react-ui/src/pages/Model/components/ModelEvolution/index.tsx
+ 1
- 1
react-ui/src/pages/Model/components/ModelEvolution/index.tsx
View File
@@ -212,7 +212,7 @@ function ModelEvolution({
// 获取模型依赖
const getModelAtlas = async () => {
const params = {
model_id: resourceId,
current_
model_id: resourceId,
version,
};
const [res] = await to(getModelAtlasReq(params));
Write
Preview
Loading…
Cancel
Save