Первый коммит: код классификатора наручных знаков (Naruto)

This commit is contained in:
2026-07-02 10:43:34 +03:00
commit 5aaad30795
63 changed files with 5781 additions and 0 deletions

14
in/config_files/nn.gin Normal file
View File

@@ -0,0 +1,14 @@
# NN-architecture and logic parameters
NNConfig.dropout_rate = 0.1
NNConfig.hidden_act = "gelu"
NNConfig.layer_norm_eps = 1e-12
NNConfig.scale = True
NNConfig.use_scale_norm = False
NNConfig.use_adasoftmax = False
#
NNConfig.model_name = 'edgenext_base_usi'
NNConfig.path2ckpt = '/in/models/weights/'
#
NNConfig.device = 'cuda'