AI-Hypercomputer / AI-Hypercomputer/maxtext
a little error
Đang mở
- Ngôn ngữ chính
- Python
- Star
- 2.4k
- Fork
- 607
- Merge trung bình
- 2 ngày 19 giờ
- Pull request đã merge (30 ngày)
- 158
Mô tả
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"]
?
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.