feat: 模型数据导入

This commit is contained in:
archer
2023-03-30 01:04:52 +08:00
parent f32c557bdd
commit 2b2c70e53d
16 changed files with 415 additions and 76 deletions

View File

@@ -75,10 +75,9 @@ export const formatModelStatus = {
}
};
export const ModelDataStatusMap: Record<ModelDataType, string> = {
export const ModelDataStatusMap = {
0: '训练完成',
1: '等待训练',
2: '训练中'
1: '训练中'
};
export const defaultModel: ModelSchema = {