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
refactor: 注释 react-hooks/exhaustive-deps
pull/181/head
cp3hnu
10 months ago
parent
f36a29baec
commit
91cadb5c7c
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/AutoML/Instance/index.tsx
+1
-1
react-ui/src/pages/HyperParameter/Instance/index.tsx
+ 1
- 1
react-ui/src/pages/AutoML/Instance/index.tsx
View File
@@ -40,7 +40,7 @@ function AutoMLInstance() {
closeSSE();
};
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []);
}, [
instanceId
]);
// 获取实验实例详情
const getExperimentInsInfo = async (isStatusDetermined: boolean) => {
+ 1
- 1
react-ui/src/pages/HyperParameter/Instance/index.tsx
View File
@@ -44,7 +44,7 @@ function HyperParameterInstance() {
closeSSE();
};
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []);
}, [
instanceId
]);
// 获取实验实例详情
const getExperimentInsInfo = async (isStatusDetermined: boolean) => {
Write
Preview
Loading…
Cancel
Save