Skip to content

Conversation

@priyakasimbeg
Copy link
Contributor

@priyakasimbeg priyakasimbeg commented Mar 29, 2024

Finalize variant workload targets.
Fix to random utils _signed_to_unsigned function.

pomonam and others added 24 commits March 19, 2024 13:35
When running the submission_runner on the self-tuning track, we run into this error calling `_signed_to_unsigned` from random_utils.py. 

I've added a fix

```ValueError: Seed must be between 0 and 2**32 - 1
    rng = prng.PRNGKey(rng_seed)
  File "/private/home/axyang/optimization/algorithmic-efficiency-entry/algorithm
ic_efficiency/random_utils.py", line 79, in PRNGKey
    return _PRNGKey(seed)
```
[fix] random_utils.py to `_signed_to_unsigned`
Fix path in helper config for running experiments in bulk.
Add warning for PyTorch data loader num_workers flag.
@github-actions
Copy link

MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅

@priyakasimbeg priyakasimbeg changed the title [testing] dev -> main dev -> main Mar 31, 2024
@priyakasimbeg priyakasimbeg marked this pull request as ready for review March 31, 2024 03:45
@priyakasimbeg priyakasimbeg requested a review from a team as a code owner March 31, 2024 03:45
@priyakasimbeg priyakasimbeg merged commit d23243a into main Mar 31, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Mar 31, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants