[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for multiple output models #223

Merged
merged 3 commits into from
Dec 1, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Change NB(username) to NOTE
  • Loading branch information
codesue committed Dec 1, 2022
commit e0e85c987d3df6b88943e6f415601b9f2da2b163
2 changes: 1 addition & 1 deletion model_card_toolkit/utils/tfx_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ def _parse_array_value(array: Dict[str, Any]) -> str:
logging.warning('Received unexpected array %s', str(array))
return ''

# NB(gcasassaez): When multiple outputs are passed, each will be in it's own output_name key
# NOTE: When multiple outputs are passed, each will be in it's own output_name key
# If that's the case add each output_name + metric to the quantitative_analysis by namespacing by
# output_name.metric to distinguish them
output_names = set()
Expand Down