Rainer Gemulla
Rainer Gemulla
Fixes the roughest issues of #784; see the discussion there.
Alternative solution to PR #1698 and #1428. PR #1698 first inserts the echoed input into the shell buffer and then fontifies it. This causes problems (1) when a continuation prompt...
When an org-entry has a LOCATION property, org-caldav syncs the the entry correctly to the remote calendar (both creation, changes, and deletion of the location). The other way around does...
When synching calendars via Google, I sometimes get a "401 Unauthorized" error. (This may be because the oauth2 access token expired.) When org-caldav-retry-attempts=1, org-caldav stops the sync after such an...
If a TODO item has a SCHEDULED and a DEADLINE timestamp, I won't be able to see both of them in the calendar due to the design on org-caldav. When...
Right now, only possible with folder structure as used in training.
Right now, weighted regularization (which regularizes batch entities) scales better then unweigthed regularization (which regularizes all entities) when negative sampling is used. Whether we regularize only the batch entities or...
Right now, scorer uses about 4x memory than needed but is faster.
`valid.early_stopping.min_threshold.epochs` should be w.r.t. to validation runs and be renamed (e.g., to `valid.early_stopping.metric_value_threshold.after_validations` or so.