breznak
breznak
Running master on btrfs, some files deduped fine, got this error: ``` Deduplicated: - '/home/marek/devel/nupic-linux64/nta/eng/share/test/data/PicPredictionNetwork.xml' - '/home/marek/devel/nupic/qa/shared_data/PicPredictionNetwork.xml' 06.96 Size group 23/29 (10485760) sampled 61 hashed 45 freed 385116835 Traceback (most...
hi, I'm first time testing this repo, just `cloned, cmake . , make -j ` running make tests gets stuck on test 3: > FP16$ make test Running tests... Test...
Please be more descriptive in the readme in how to install, include, test, benchmark this library. I figured the benchmarks are `*-bench`, would be nice if `make benchmark` ran them...
If the list of projects was turned into a table that is sortable by its columns (language, #stars,...), It'd be awesome.
So people can see how projects are popular/important for the community.
I have a c++/py library that uses `python setup.py` to build. Would it be possible to extract other files from each of the `cibuildwheel`'s builds (apart from .whl) to the...
Hello, I've implemented batch processing mode to speedup evaluation/inference. (My unoptimized PoC shows improvement from 29sec/1000imgs with batchsize=1, to 22sec/1000imgs with batch=4). However, the vRAM demands grow with the increased...
how do you guys compare? https://github.com/MycroftAI/mycroft-skills - are there significant differences / aims? - or could you join forces?
hi @xeals , I'm really happy you've started the work on this project, as I'm frustrated with the backup/restore functionality of Signal (desktop (hackable), Android (should be better since v4.20),...
Would be nice to include some benchmarks against another matrix/linalg libraries, such as Eigen, xtensor, numpy (py version), blaze, ...