Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase SPSA precision #6

Merged
merged 1 commit into from
Jul 2, 2024
Merged

Conversation

Viren6
Copy link
Contributor

@Viren6 Viren6 commented Jul 2, 2024

Currently we have our lowest c value at 1 after the 100x adjustment for float to int, which is prone to issues as we can get no deltas often. Multiplies by 10x to prevent.

Bench: 1592579

@jw1912 jw1912 merged commit f20d038 into official-monty:master Jul 2, 2024
jw1912 added a commit that referenced this pull request Jul 2, 2024
Viren6 added a commit that referenced this pull request Jul 2, 2024
Currently we have our lowest c value at 1 after the 100x adjustment for float to int, which is prone to issues as we can get no deltas often. Multiplies by 10x to prevent.

Bench: 1592579
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