-
Just making a note for future reference that training the UNet2DS model on the GPU with Tensorflow backend results in non-deterministic gradient updates, which results in non-deterministic final resul…
-
Currently a couple models provide a parameter which accepts an associative array, however they were instead stored as Text objects due to postgres not providing the JsonB option. This should be fixed …
-
Parsl currently uses a task-parallel model where the task-graph is composed using just `Apps` and `Futures`. We should investigate data-parallel, functional operators such as `map`, `reduce`, `filter`…
-
please provide a (or document an existing) way to create / import data using JSON files.
example where it came up: a 3rd party tool generates product drafts as JSON which should be used in ProductC…
-
relevant cmake output section:
```
-- Seaching for SSE...
-- Performing Test DETECTED_SSE_42
-- Performing Test DETECTED_SSE_42 - Success
-- Performing Test DETECTED_SSE_41
-- Performing Test DE…
-
When a `NestedHasMany` field in turn contains an associative field, such as a `BelongsTo`, the JS enhancements from Administrate do not apply correctly when adding new sub-records.
This is an examp…
-
The genome paper was accompanied by a re-analysis of 240 RNASeq samples for the purpose of associative transcriptomics, looking at ash dieback response. this will take a bit of work to sort out RNASeq…
-
(disclaimer, I have never done any thread model analysis)
Questions about doing things "securely" within and around YunoHost often come up in the forum and chat rooms.
We even advertise YunoHost a…
-
# Goal
Improve SP's speed and SDR quality by honoring topology if the input-space in the column-space (SP).
### Relevant issues:
- #86 "SP with MacroColumns" is the original idea, which can …
-
Had to rework sqlJoinsAndWhere method to work with alias's properly. Probably a few other changes that I don't recall.
``` php