Hello everyone, I was wondering if there was any particular reason why we are building and testing mxnet with USE_LIBJPEG_TURBO=0. I noticed that we are shipping it with USE_LIBJPEG_TURBO=1 (eg. make/pip/pip_linux_cpu.mk).
I ran into issues trying to compile mxnet with the libjpegturbo flag on Ubuntu 16.04 (I was wondering if this was the reason). This came from an issue with libturbojpeg-dev package. There is a fix described on [1]. I've applied it in a PR, which I'm currently testing [2]. Cheers, Per [1] https://github.com/HaxeFoundation/hashlink/issues/147 [2] https://github.com/apache/incubator-mxnet/pull/14127