decile-team / cords

Reduce end to end training time from days to hours (or hours to minutes), and energy requirements/costs by an order of magnitude using coresets and data selection.
https://cords.readthedocs.io/en/latest/
MIT License
316 stars 53 forks source link

Implement CRUST Algorithm #68

Open krishnatejakk opened 2 years ago

krishnatejakk commented 2 years ago
  1. Implement the CRUST strategy in the supervised learning setting.
  2. Create the CRUST data loader class building it on top of adaptive_dataloader class.