def load_codec_checkpoint()

in training/utils.py [0:0]


def load_codec_checkpoint(checkpoint_path):
    dataset = load_from_disk(checkpoint_path)
    return dataset