kge icon indicating copy to clipboard operation
kge copied to clipboard

fix logging of training job on resume from checkpoint

Open AdrianKs opened this issue 2 years ago • 0 comments

Currently, logs for the training job are not written to kge.log if we resume from checkpoint. By default on model.create_from() we use a tmp file for logging.

This small change should fix the issue.

AdrianKs avatar Dec 15 '22 09:12 AdrianKs