samuelbroscheit
samuelbroscheit
I didn't want this PR go to waste so I fixed it up to its current state. It works now except for the following, that would have to be adressed:...
As title says, this PR adds loss/cost on validation data to address https://github.com/uma-pi1/kge/issues/2 . Reuse the relevant parts of TrainingJob to run the train job on validation data. This also...
Currently we support only one evaluation type during a main job's run. We should support if users want to log multiple evaluation types during training (e.g. entity ranking, training_loss and...
How about we introduce a default config that - when present - is loaded after config-default.yaml, that has some default configurations that are specific for a machine, e.g. job.device, search.devicepool,...
https://github.com/rufex2001/kge/blob/9d83e43f5085e4a0d30d70536e4c1772389907cd/kge/job/entity_ranking.py#L72