Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Conversation

@brajiang
Copy link
Contributor

@brajiang brajiang commented Nov 8, 2022

Orbit benchmarks refers to those under this class: https://github.com/tensorflow/models/blob/benchmark/official/benchmark/base_benchmark.py#L62

The new target format will be 'official.benchmark.base_benchmark.BaseBenchmark:benchmark__{benchmark method name}'

This is needed because the benchmark method name may contain the '.' char (e.g. https://github.com/tensorflow/models/blob/benchmark/official/benchmark/benchmark_definitions.py#L20), so the original parsing doesn't work; now we use ':' as the separator.

@sganeshb sganeshb merged commit 087dfea into tensorflow:master Nov 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants