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
Merge pull request 'fix: 修改模型演化入参' (
#67
) from dev into master
dev-lhz
cp3hnu
1 year ago
parent
3568b4806f
ec93a05249
commit
4a1a019101
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