添加功能

根据model_w.num_kernels,设置卷积核个数
This commit is contained in:
Qiea
2024-11-13 10:06:35 +08:00
parent 9db7b625fe
commit c57a8cb786
4 changed files with 23 additions and 19 deletions

6
main.c
View File

@@ -99,10 +99,10 @@ void run_dataset(){
int main(){
model_init();
model_write("all");
// run_dataset();
run_dataset();
model_switchdata("C1autosave00095_right_new_2");
cnn_run();
// model_switchdata("7E29181C 2024-11-12 19-13-55");
// cnn_run();
DEBUG_PRINTF("\r\nEnd结束");
}