You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uploader: add rpc method GetExperiment to ExporterService (#3614)
* Motivation for features / changes
* In the experimental `ExperimentFromDev` class, support getting metadata including
experiment name and description.
* In the `ExperimentalFromDev.get_scalars()`, support progress indicaor.
* Technical description of changes
* Add non-streaming rpc method `GetExperiment()` to `ExporterService`.
* Alternate designs / implementations considered
* Add `Experiment` as a one-of response data type to `StreamExperimentDataResponse`
* Con: In the current takeout paradigm, this leads to duplicate information.
* Con: Wasteful when only the `Experiment` (metadata) is needed and all the scalars, tensor and blob sequences are not needed.
0 commit comments