namniav

Results 6 comments of namniav

@pospielov I tried the clean mobilenet 1.2.0 by running from the preset [custom-builds/Mobilenet](https://github.com/exadel-inc/CompreFace/tree/v1.2.0/custom-builds/Mobilenet) folder and saw same logs from compreface-api . I built my custom compreface-core image to use non-CUDA...

I also tried mobilenet from release archive without any changes. Same behavior.

In the above example, `MAP_LIST(TRANSFORM_DECLTYPE, __VA_ARGS__)` is expanded to `MAP_LIST(TRANSFORM_DECLTYPE, )` which has a semicolon and an "empty" argument after it. The semicolon can be avoided using `##__VA_ARGS__`. However it...

@puremourning Thank you for investigating the issue. Did you start vim with `-O` option to open windows side by side for each file? I noticed that more vim windows(splits) for...

> Do we know it's vim/ycmd? Considering clangd in the debug info, I bet this is just clangd indexing a big repo which is resuling in a long high cpu...

I just restarted macOS and it's lower but still unexpectedly high. It's about 19% with `-O` and 7.x% without `-O`. In directory `/tmp`: * YCM + CPP + `-O`: `vim...