facebookresearch / recipes

Recipes are a standard, well supported set of blueprints for machine learning engineers to rapidly train models using the latest research techniques without significant engineering overhead.Specifically, recipes aims to provide- Consistent access to pre-trained SOTA models ready for production- Reference implementations for SOTA research reproducibility, and infrastructure to guarantee correctness, efficiency, and interoperability.
BSD 3-Clause "New" or "Revised" License
284 stars 35 forks source link

Randomize num ids per feature #42

Closed ezyang closed 11 months ago

ezyang commented 1 year ago

Summary: To be a good citizen, I changed the default behavior to sample from 0 to num ids. This necessitated fixing some unit tests which had assumed that the number of ids would be fixed. I can also NOT change the default, but it seems like a good idea for the random dataset to actually have random ids by default.

Differential Revision: D48569957

facebook-github-bot commented 1 year ago

This pull request was exported from Phabricator. Differential Revision: D48569957

facebook-github-bot commented 1 year ago

This pull request was exported from Phabricator. Differential Revision: D48569957

facebook-github-bot commented 11 months ago

This pull request was exported from Phabricator. Differential Revision: D48569957

facebook-github-bot commented 11 months ago

This pull request has been merged in facebookresearch/recipes@8e5efb5bc958cda102ee91dbf5def59587eb4233.