Improved classification performance

This commit is contained in:
2024-05-15 05:32:49 +01:00
parent 516d1d7634
commit 652542d261
18 changed files with 211 additions and 98 deletions

View File

@@ -59,7 +59,6 @@ create table if not exists model_definition (
accuracy real default 0,
target_accuracy integer not null,
epoch integer default 0,
-- TODO add max epoch
-- 1: Pre Init
-- 2: Init
-- 3: Training
@@ -78,7 +77,7 @@ create table if not exists model_definition_layer (
-- 1: input
-- 2: dense
-- 3: flatten
-- TODO add conv
-- 4: block
layer_type integer not null,
-- ei 28,28,1
-- a 28x28 grayscale image
@@ -102,7 +101,6 @@ create table if not exists exp_model_head (
accuracy real default 0,
-- TODO add max epoch
-- 1: Pre Init
-- 2: Init
-- 3: Training