Some bugfixes and misc
linter / quality (push) Successful in 4m24s
tests / ci (8.4) (push) Successful in 4m47s
tests / ci (8.5) (push) Successful in 5m0s

This commit is contained in:
2026-09-08 20:01:52 +02:00
parent 0e177f8491
commit 69e683bcaf
13 changed files with 120 additions and 33 deletions
+6 -1
View File
@@ -10,7 +10,7 @@ return [
'limited_broadcast_iterations' => 100,
/**
* How much broadcasts is sent when in limmited broadcast mode
* How much broadcasts is sent when in limited broadcast mode
*/
'limited_broadcast_number' => 100,
@@ -19,6 +19,11 @@ return [
*/
'broadcast_iteration_size' => 75,
/**
* Minimum time between training progress broadcasts, in milliseconds.
*/
'broadcast_minimum_interval_ms' => 150,
/**
* Maximum number of weights for which all iteration weights are broadcast
* and displayed in the iteration table.