-
## Problem
Focus is meant to discourage you from spending too much time grinding skills, and tie your skill gain to various factors that can slow learning. However in practice, it tends to be eithe…
-
I was investigating on a really strange issue today: I was using `fmpy` in our project together with a larger multiprocessing setup (doing parallel simulations) and I encountered a strange error (whic…
-
This is a follow-up to the issue raised in https://github.com/scikit-learn/scikit-learn/issues/29554. However, I recall other issues raised for CV estimator in general.
So the context is the follow…
-
### Is your feature request related to a problem?
Auto deletion of "expired" data could be done with cronjobs, such as password invalidation after some time, or deletion of "archived" data
### D…
-
I've gone ahead in my local branch and added "Signals" to Delay.h.
There are 31 signals (using a 32bit bitField) available to use.
It works by a Task issuing a "result = WaitForAny(signals, msTime…
-
### Describe the issue
1. The publicly available validation split only contains a small number of samples (around 20 per task), and the ground truths are not available for the test split, which is …
-
Preface: these features are based on things available in similar "beginner" programming tools (like Scratch and action-workflow systems), they're designed to make it simple to do tasks that, while alr…
-
In theory, the Flask application will be running as a `uWSGI` application, meaning there will be a few threads of it all ready to process requests. This means if a web request takes longer than usual,…
-
Currently, the coordinator spins hard on incoming messages in the `StreamSocketsAdapter` when doing asynchronous receives. This was the easiest way of implementing the functionality, but is not actual…
ms705 updated
8 years ago
-
Subsequent Blockwise layers are currently fused into a single layer. This reduces the number of tasks, the overhead and is very generally a good thing to do. Currently, the fused output does not gener…