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
feat: 实验实例分页
pull/99/head
cp3hnu
1 year ago
parent
5317888b3a
commit
2d67a342d9
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
react-ui/src/pages/Experiment/components/ExperimentInstance/index.less
+1
-1
react-ui/src/pages/Experiment/index.jsx
+ 1
- 1
react-ui/src/pages/Experiment/components/ExperimentInstance/index.less
View File
@@ -65,5 +65,5 @@
display: flex;
align-items: center;
justify-content: center;
margin: 1
0
px auto 0;
margin: 1
6
px auto 0;
}
+ 1
- 1
react-ui/src/pages/Experiment/index.jsx
View File
@@ -175,7 +175,7 @@ function Experiment() {
}
timerId = setTimeout(() => {
getTensorBoardStatus(experimentIn);
}, 10
00
* 1000);
}, 10 * 1000);
timerIds.set(experimentIn.id, timerId);
}
};
Write
Preview
Loading…
Cancel
Save