Skip to content

Conversation

@Sakoram
Copy link
Collaborator

@Sakoram Sakoram commented Oct 22, 2025

Rl training failed for st20 when measured throughput was
significantly bigger then expected. Fixed by adding retraining in this case.

Fixed for st30 by extending acceptable range

Copy link
Collaborator

@DawidWesierski4 DawidWesierski4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

as long as this passes compliance and all the rest

/* If the measured speed is lower than expected. Set higher bps and retrain to add
* padding */
/* padding can only help if the actual throughput is slightly higher than expected. */
if (measured_bps > rl_bps && pad_interval > 32) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add explanation to this magic number

@Sakoram Sakoram force-pushed the Fix_RL_traning_on_e830 branch 2 times, most recently from 38f86d2 to 7d2998b Compare October 29, 2025 09:25
Rl training failed when measured throughput was
significantly bigger then expected. Fixed by
adding retraining in this case.

Signed-off-by: Kasiewicz, Marek <[email protected]>
@Sakoram
Copy link
Collaborator Author

Sakoram commented Oct 29, 2025

continue in #1307

@Sakoram Sakoram closed this Oct 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants