uma-pi1 / kge

LibKGE - A knowledge graph embedding library for reproducible research
MIT License
765 stars 124 forks source link

fix logging of training job on resume from checkpoint #268

Open AdrianKs opened 1 year ago

AdrianKs commented 1 year ago

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.