整理文档

This commit is contained in:
leo
2024-03-08 19:15:21 +08:00
parent 8c499913ec
commit 1077116a8b
9 changed files with 59 additions and 21 deletions

29
bak/Require.md Normal file
View File

@@ -0,0 +1,29 @@
## UI
![](ui_.png)
![](cd.png)
万事胜意:
你可以理解为,现在我上面写的所有train_data都是数据库初始化的值,都是不规则的所以要初始化时就填入,后续在streamlit 新添加的都会默认的把path填好
比如我填2023 KHQP 001 path就能有
万事胜意:
lbs_path 不生成
精度在初始化数据库都给S3
模型训练的启动参数在这个页面配置, 包括训练集, 测试集, 会在这个页面编辑数据
实际使用的数据是那两个path,
后续需要在这个页面补充训练数据或测试数据
每次运行都要把一些数据加载到数据库里,
还是说把这些数据处理到数据库里后, 之后就是对数据库操作了
然后是不是 val_data 也需要放到这个数据库里
lbs模式: select(train==1, path=lbs_path)
lbs优先模式: select(train==1, path=lbs_path if lbs_path else path)
不使用lbs模式: select(train==1, path=path)

BIN
bak/data_schema.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

BIN
bak/db_model.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

BIN
bak/init_vars.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

BIN
bak/load_data.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
bak/make_data.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 KiB

BIN
bak/table_handler.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 KiB