Some bugfixes and misc
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user