AI-Hypercomputer / AI-Hypercomputer/maxtext
a little error
Open
- Dominant language
- Python
- Stars
- 2.4k
- Forks
- 607
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 158
Description
Thanks for your contribution, I found a small error in the code:
https://github.com/AI-Hypercomputer/maxtext/blob/121293bd3fcdff6cb676a7331c21f668cbdc3482/MaxText/train.py#L267
metrics_dict = intermediate_outputs["intermediates"]["decoder"]["decoder"]
should be:
metrics_dict = intermediate_outputs["intermediates"]["decoder"]["layers"]
?
Contributor guide
Assessment
This issue has not been assessed yet.