keepsake
keepsake copied to clipboard
Make CheckpointList.metrics more discoverable
The convenience function CheckpointList.metrics
require you to know the name of the metric you want to return. It might be better to just eagerly construct a dictionary of all metrics for all checkpoints, than try to be clever and lazy as it's currently implemented.