Currently, our model versioning manages checkpoints from a single directory and a single manifest.yaml; i.e., starting an experiment with existing checkpoints means loading the most recent one from the manifest.
The upgrade should allow the code to read multiple output directories and checkpoints, and select the most recent one.
Currently, our model versioning manages checkpoints from a single directory and a single manifest.yaml; i.e., starting an experiment with existing checkpoints means loading the most recent one from the manifest.
The upgrade should allow the code to read multiple output directories and checkpoints, and select the most recent one.