@kardoszc using the example provided by you , i was able to get the same result on run 1 on a MAC, on consecutive runs of the above, the speed was better, or similar ```bash $python mxnet11.py load libmxnet1.1.so 0.019122838973999023 load libmxnet1.3.so 0.035729169845581055 $python mxnet11.py load libmxnet1.1.so 0.01851797103881836 load libmxnet1.3.so 0.034262895584106445 $ python mxnet11.py load libmxnet1.1.so 0.019358158111572266 load libmxnet1.3.so 0.03675413131713867 $ python mxnet11.py load libmxnet1.1.so 0.01902318000793457 load libmxnet1.3.so 0.03872489929199219 ```
The files are about 10MB different is size, so the loading time itself is slightly higher on 1.3 ls -l libmxnet1.*.so ```bash 27494556 Oct 2 15:50 libmxnet1.1.so 37263368 Oct 2 15:51 libmxnet1.3.so ``` [ Full content available at: https://github.com/apache/incubator-mxnet/issues/12255 ] This message was relayed via gitbox.apache.org for [email protected]
