Kurman Karabukaev
Kurman Karabukaev
Summary: When logging schedule call in TorchX, capture the image used. For FB, it will be a FBPkg id. Differential Revision: D38526631
Initial TorchX Component for Hyper-parameter tuning (https://github.com/pytorch/torchx/issues/510) UX: === Exposes `grid_search` and `bayesian` candidate selection strategies and requires input to define search space, eg: ``` { "params": { "p1": {...
## Description Add a support for data store information in `torchx.specs.api.Role` with the following hierarchy: ``` @dataclass class DataStore: namespace: str tables: List[DataStoreTable] @dataclass class DataStoreTable: partition_names: List[str] filters: List[DataStoreFilter]...
Summary: Expose operations that users can use to query tracking data after running the jobs https://fburl.com/gdoc/5c23879m Differential Revision: D39908926
1. Load configurator.py relative to training script =================================================== Right now configurator.py is loaded from CWD, however training script can be invoked as a python module. We can either convert configurator...
1. Modify commands to initialize scheduler with options that can be defined in config. Generally most of the schedulers can operate using scheduler options, however in some cases for multi-tenant...
## ❓ Questions and Help Per https://github.com/pytorch/torchx/blob/main/torchx/runner/api.py#L362-L370, we assume that patch needs to be applied only for a single role. Effectively assumes that: 1. role0 is the only image that...
See https://github.com/pytorch/torchx/actions/workflows/components-integration-tests.yaml
See: https://github.com/pytorch/torchx/actions/workflows/kfp-integration-tests.yaml