namniav
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...