determined
determined copied to clipboard
Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning, experiment tracking, and resource management. Works with PyTorch and TensorFlow.
## Description Feature PR for Custom Searcher. Adding @rb-determined-ai to reviewers specifically for style and consistency of APIs. ## Test Plan ## Commentary (optional) ## Checklist - [ ] User-facing...
## Description ASHA implemented as a Custom Searcher method (following asha.go). ## Test Plan Test should perform 5 trials in 3 rungs with the max length of 3000 batches (750,...
## Description https://determinedai.atlassian.net/browse/DET-8011 ## Test Plan ## Commentary (optional) ## Checklist - [ ] User-facing API changes need the "User-facing API Change" label. - [ ] Release notes should be...
## Description feat: persist custom searcher events [DET-7833] [DET-7833]: https://determinedai.atlassian.net/browse/DET-7833?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
## Description Fix the cluster utils cluster_slots() agents url, and properly reference the agents dict within the response. This code was apparently not exercised without custom resource pools defined during...
## Description [DET-7851] ## Test Plan - Check all pages if router works as expected - Check code if there's something I miss ## Commentary (optional) I followed [this instruction](https://github.com/remix-run/react-router/discussions/8753)...
## Description Determined callback for HF Trainer API ## Test Plan ## Commentary (optional) ## Checklist - [ ] User-facing API changes need the "User-facing API Change" label. - [...
## Description Implement group list page in Web UI. ## Test Plan Navigate to `/det/settings/group-management/rbac-enabled`, create/edit/delete several groups. ## Commentary (optional) ## Checklist - [ ] User-facing API changes need...
## Description - `det trial describe --json --metrics` is used to extract detailed info about trial for post-processing. It's been for large trials due to postgres json marshalling limits. This...
## Description Jira ticket [DET-8801](https://determinedai.atlassian.net/browse/DET-8801) . Added instructions to use adaptive_asha as searcher and changing the max_length and max_trials accordingly. ## Test Plan no testing required. doc change only. ##...