code update

This commit is contained in:
Alex Blank
2025-05-20 23:39:23 +02:00
parent cb7896900b
commit d8b9ccfe99
4 changed files with 76 additions and 45 deletions
+2 -1
View File
@@ -60,6 +60,7 @@ run_configuration = {
},
},
{
"batch_size": 64,
"model_parameters": {
"cnn_channels": 64,
"kernel_size": 3,
@@ -69,7 +70,7 @@ run_configuration = {
},
},
{
"batch_size": 128,
"batch_size": 64,
"model_parameters": {
"cnn_channels": 128,
"kernel_size": 5,