AI-Hypercomputer / AI-Hypercomputer/maxtext

a little error

Open
#1,321 1 comment 0 reactions 1 assignee Claimed by @gobbleturk View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.