Rainer Gemulla
Rainer Gemulla
Well, it's implemented in PR #124 and working on my machine without any problems since a couple of month. Unfortunately, org-caldav does not seem to be maintained anymore to that...
As I mentioned, if you apply PR #124, location synchronization works both ways. Another option is to require the content of the [rgmacs-org-caldav-location.zip](https://github.com/dengste/org-caldav/files/1232282/rgmacs-org-caldav-location.zip) after loading org-caldav.
This seems to be more of a torch than a libkge issues. Do you use ```import torch.multiprocessing as mp```? Also note that this code would probably more efficient (and in...
The AMR is a rescaling of the mean rank by a test set-dependent constant (so, nothing will change qualitatively for a *fixed* test set). To report it, we'd need to...
This may be some inter-process communication issue. Which operating system is this on? Does the error also arise when you set search.num_workers to 1? Does it always happen (i.e., also...
> multiple other searches have previously completed with num_workers at 4 and with the same search configuration. In this case, it may be hard for us to figure out what's...
Thanks & yes, this sounds like a good idea and should probably directly integrated into the evaluation code. Are you willing to do a PR? It may suffice to only...
I agree that it's good to have a check for NaN values. It should be in the evaluation code, not the model code, however.
Why is this needed? We already have the capability to run a training job on arbitrary splits and to select the splits for filtering (in case of negative sampling). E.g.,...