Replace TransformersEstimator intermediate results from a list to a dictionary
Open
bug
- Dominant language
- Jupyter Notebook
- Stars
- 4.4k
- Forks
- 565
- Avg merge
- 5d 8m
- Merged PRs (30d)
- 17
Description
Currently, TransformersEstimator._trainer.intermediate_results contains a list of intermediate results, which is redundant.
Replace the list of dictionaries of all checkpoints with the one dictionary of either the best checkpoint or the last checkpoint.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.