kge
kge copied to clipboard
fix logging of training job on resume from checkpoint
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.