Skip to content

a little error #1321

@Lisennlp

Description

@Lisennlp

Thanks for your contribution, I found a small error in the code:

metrics_dict = intermediate_outputs["intermediates"]["decoder"]["decoder"]

metrics_dict = intermediate_outputs["intermediates"]["decoder"]["decoder"]
should be:
metrics_dict = intermediate_outputs["intermediates"]["decoder"]["layers"]

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions