mlcommons / mobile_app_open

Mobile App Open
https://mlcommons.org/en/groups/inference-mobile/
Apache License 2.0
45 stars 22 forks source link

change random number seeds for 4.1 #909

Open freedomtan opened 1 month ago

freedomtan commented 1 month ago

we can get them from the main inference group: https://github.com/mlcommons/inference/

freedomtan commented 1 month ago

4.1 seeds are in https://github.com/mlcommons/inference/pull/1736

anhappdev commented 1 month ago

Implemented in https://github.com/mlcommons/mobile_app_open/pull/903/commits/600a04e37573b0d51830ddc55705682da6b96d21

mohitmundhragithub commented 1 month ago

Hi Anh,

We need find a way to pass the SD seeds as well.

"--seed", "-s", type=int, default=633994880, help="Dataset download location"

line 19 in text_to_image/tools/sample_ids.py in the same review.

anhappdev commented 1 month ago

@mohitmundhragithub should we use a hard-coded SD seed (easier to implement)?