experiment9123

Results 6 issues of experiment9123

With 2 reference points - some simple jpg loading libs in C++, and the experience of python image libs (and interfacing to AI libraries), and the recent addition of "const...

kind: question
discussion
draft

I'm finding this doesn't work with emscripten , the way I'm using it Emscripten assumes a bundled filesystem directory, which results in very long loading times (that in turn have...

### System Information e.g. TrenchBroom V2.0.0-RC4 on Windows 10 ### Expected Behavior ### Steps to Reproduce ### Crash Info In the case of a crash, please upload the generated stack...

Type:Enhancement

ideas/discussion - "sparsity aware element feedback" use case would be learning rules for AI using sparse matrices, e.g. steps of backprop modifying a matrix of weights, or whatever else AI...

imagine `trait MulAcc : num_traits::Zero{..}` - the types satisfying this (for dot product output and matrix multiply output) usually want to be zero-able to initialize them. Often we see bounds...

Apologies if this is already supported (or considered and rejected) for AI mixed precision matrices are increasingly common - for example 8bit weights, relying on 32bit accumulation one way to...