Igor Rekun

Results 5 comments of Igor Rekun

I'm working on LSTM implementation (neon based) for the continuous case, sadly I failed to get any response from authors. It is variance and entropy that puzzles me. Any thoughts...

Sure, this is the sample code ``` use skia_safe::{Data, Color}; fn main() {} #[no_mangle] pub fn test_pdf() { let doc = skia_safe::pdf::new_document(None); let mut page = doc.begin_page((16., 16.), None); let...

Can confirm VGG gives NaN's with 2 class detection problem. Sometimes gives illegal memory access, which seems to be related to pytorch bug. My MobileNet implementation achieved ~50% mAP on...

Just returned from my mountain trip and have to sort out work-related issues, so here is dirty and hacky gist to train mobilenet + SSD. https://gist.github.com/igrekun/35129c5a1d4f7ef2ffecdf0560adfc1f You can download pretrained...

Could it have something to do with how cargo works under nix + bazel? Adding zlib to nix shell fixed rust unable to find its headers. Missing zlib failed during...